summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-11-23 15:01:39 +0000
committerfrueauf <frueauf>1998-11-23 15:01:39 +0000
commite6e6b20e1b648525b07bacb634e522e02424cd2c (patch)
treeea8991aa91689dcbc883e9f2be84fd39f4911860 /www
parent24ccc8d3705396f4f1d9c3d6558cf2b4ce96acb8 (diff)
downloadpkgsrc-e6e6b20e1b648525b07bacb634e522e02424cd2c.tar.gz
Apply diff provided in pr 6480 by Frederick Bruckman.
Diffstat (limited to 'www')
-rw-r--r--www/Mosaic/Makefile8
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: