From owner-freebsd-ports Sun Jul 7 10:41: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B907237B400 for ; Sun, 7 Jul 2002 10:40:58 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC88743E65 for ; Sun, 7 Jul 2002 10:40:57 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g67HeDbM035735 for ; Sun, 7 Jul 2002 13:40:13 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 7 Jul 2002 13:40:13 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: ports@FreeBSD.org Subject: XFree86 build on -current Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I needed the below patch for the glxinfo Makefile to get glxinfo to build properly on -current. Probably the change belongs somewhere else (Imakefile, X11 config, or something), but this seemed to be sufficient. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories --- Makefile.bak Sun Jul 7 12:56:26 2002 +++ Makefile Sun Jul 7 12:56:16 2002 @@ -226,7 +226,7 @@ STD_DEFINES = -DCSRG_BASED $(PROJECT_DEFINES) EXTRA_LOAD_FLAGS = -Wl,-rpath,$(USRLIBDIRPATH) EXTRA_LDOPTIONS = - EXTRA_LIBRARIES = + EXTRA_LIBRARIES = -lstdc++ TAGS = ctags PARALLELMFLAGS = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message