Date: Sun, 7 Jul 2002 13:43:19 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> To: ports@FreeBSD.org Subject: Re: XFree86 build on -current Message-ID: <Pine.NEB.3.96L.1020707134118.35308B-100000@fledge.watson.org> In-Reply-To: <Pine.NEB.3.96L.1020707133813.35308A-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On a related note, to get the XFree86-4-font100dpi to work, I had to modify the ports Makefile to install the fonts/utils directory as well ucs2any.pl, otherwise the mapping files couldn't be found (since they didn't exist). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 7 Jul 2002, Robert Watson wrote: > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1020707134118.35308B-100000>