diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-23 15:01:39 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-23 15:01:39 +0000 |
commit | d89b3b47dcfc57d83b7aeac78b75ad332b5b1d8f (patch) | |
tree | ea8991aa91689dcbc883e9f2be84fd39f4911860 /www | |
parent | 6e3aab3832a3f320d2b7dc1a62ee13bafa2100f5 (diff) | |
download | pkgsrc-d89b3b47dcfc57d83b7aeac78b75ad332b5b1d8f.tar.gz |
Apply diff provided in pr 6480 by Frederick Bruckman.
Diffstat (limited to 'www')
-rw-r--r-- | www/Mosaic/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index a9a2f6aaf8a..aed3975cfe5 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/11/13 01:50:21 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/11/23 15:01:39 frueauf Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -21,8 +21,10 @@ USE_X11= yes USE_MOTIF= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" + +LDFLAGS+= -L${X11BASE}/lib + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" CONFIGURE_ARGS= --with-zdir=/usr --with-jpegdir=${LOCALBASE} --with-pngdir=${LOCALBASE} do-install: |