diff options
author | fredb <fredb@pkgsrc.org> | 2000-03-27 16:36:13 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-03-27 16:36:13 +0000 |
commit | bc20f6bc0e596bff5f02ba66ed20100ae7fccfe7 (patch) | |
tree | 49f80e5c5d2a23589dffdc2904004f05d9a2cb7d /www/Mosaic | |
parent | 306da9f099afe83bbadaac97c0e314d0eef1a9ae (diff) | |
download | pkgsrc-bc20f6bc0e596bff5f02ba66ed20100ae7fccfe7.tar.gz |
Link in run-time path to Motif1.2 libs.
Diffstat (limited to 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index adb1e423bc0..1e3aedbf1e6 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/03/21 22:40:57 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/03/27 16:36:13 fredb Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -22,7 +22,7 @@ USE_MOTIF= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${X11BASE}/LessTif/Motif1.2/lib -L${X11BASE}/lib +LDFLAGS+= -L${X11BASE}/LessTif/Motif1.2/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/LessTif/Motif1.2/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/LessTif/Motif1.2/include -I${X11BASE}/include -Dunix" CONFIGURE_ARGS= --with-zdir=/usr --with-jpegdir=${LOCALBASE} --with-pngdir=${LOCALBASE} |