Date: Sun, 6 Oct 2002 13:50:04 -0700 (PDT) From: Eric Anholt <eta@lclark.edu> To: freebsd-ports@FreeBSD.org Subject: Re: ports/43663: build problems in alpha /usr/ports/x11/XFree86-4-clients Message-ID: <200210062050.g96Ko4XP033660@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/43663; it has been noted by GNATS. From: Eric Anholt <eta@lclark.edu> To: Fred Clift <fred@clift.org> Cc: gnats <freebsd-gnats-submit@FreeBSD.ORG> Subject: Re: ports/43663: build problems in alpha /usr/ports/x11/XFree86-4-clients Date: 06 Oct 2002 13:48:34 -0700 Does this result in a building and working xdm for you? It strange -- Every platform but alpha defaults to a non-shared greeter, but there are defines to make alpha build it shared by default. Index: scripts/configure =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4-clients/scripts/configure,v retrieving revision 1.67 diff -u -u -r1.67 configure --- scripts/configure 18 Sep 2002 04:22:33 -0000 1.67 +++ scripts/configure 6 Oct 2002 20:43:22 -0000 @@ -74,6 +74,7 @@ echo "#define DontUseLibPathVar YES" >> $LOCALDEF echo "#define PreloadSetup" >> $LOCALDEF echo "#define BuildPlugin NO" >> $LOCALDEF + echo "#define SharedLibXdmGreet NO" >> $LOCALDEF echo "#define UseInstalledPrograms YES" >> $LOCALDEF # Copy ORIGDEF to DESTDEF -- Eric Anholt <eta@lclark.edu> http://people.freebsd.org/~anholt/dri/ 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?200210062050.g96Ko4XP033660>