Date: Sat, 6 Apr 2002 11:34:10 -0800 From: Sean Chittenden <sean@chittenden.org> To: Paul Murphy <pnmurphy@cogeco.ca>, dougb@freebsd.org Cc: ports@FreeBSD.ORG Subject: Re: xscreensaver port build problems... Message-ID: <20020406113410.H968@ninja1.internal> In-Reply-To: <20020404230649.426a1642.pnmurphy@cogeco.ca>; from "pnmurphy@cogeco.ca" on Thu, Apr 04, 2002 at = 11:06:49PM References: <20020404155318.N36827@ninja1.internal> <20020404230649.426a1642.pnmurphy@cogeco.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
--L6iaP+gRLNZHKoI4 Content-Type: multipart/mixed; boundary="z6Eq5LdranGa6ru8" Content-Disposition: inline --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > I've looked high and low for the library that's giving me these > > problems and am still having probs. I've remade most of > > xscreensaver's dependencies, but I'm still not getting any love. > > Anyone have any ideas? [snip] > > I got xscreensaver to (finally) compile by modifying the Makefile > as follows: >=20 > --with-jpeg=3D/usr/local --without-gnome Thanks for the hint! The attached patch fixes xscreensaver and xscreensaver-gnome under some conditions. -sc --=20 Sean Chittenden --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="xscreensaver.patch" Content-Transfer-Encoding: quoted-printable Index: x11/xscreensaver/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/x11/xscreensaver/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- x11/xscreensaver/Makefile 2002/03/24 08:30:24 1.50 +++ x11/xscreensaver/Makefile 2002/04/06 19:33:29 @@ -23,7 +23,8 @@ GNU_CONFIGURE=3D yes CONFIGURE_ARGS=3D --without-pam --with-gl --with-gle --with-xpm --with-xml= \ --with-hackdir=3D${PREFIX}/bin/xscreensaver-hacks/ \ - --with-configdir=3D${PREFIX}/share/xscreensaver/config/ + --with-configdir=3D${PREFIX}/share/xscreensaver/config/ \ + --with-jpeg=3D${PREFIX} =20 .include <bsd.port.pre.mk> =20 --z6Eq5LdranGa6ru8-- --L6iaP+gRLNZHKoI4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden <sean@chittenden.org> iEYEARECAAYFAjyvTbIACgkQn09c7x7d+q3wzQCfQTjeUDouDcUdsyx4U81q/j+g z7kAoJI/hy7k2mky0dJms4ljnb/nx1tO =6ZZ5 -----END PGP SIGNATURE----- --L6iaP+gRLNZHKoI4-- 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?20020406113410.H968>