diff options
author | tron <tron@pkgsrc.org> | 1999-09-04 23:25:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-04 23:25:03 +0000 |
commit | 1bbaefae03395a0b94148ebeaffdb63529485cd8 (patch) | |
tree | 47663dbbe3656bfc03181a436e69c0da92e3a79b /www | |
parent | ae5d948f09ac9d7a7cf3db66f436617b3fc84611 (diff) | |
download | pkgsrc-1bbaefae03395a0b94148ebeaffdb63529485cd8.tar.gz |
Use Motif 1.2 compatible includes and libraries from "lesstif" package.
Diffstat (limited to 'www')
-rw-r--r-- | www/Mosaic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index cf3448a39c1..66349ff8fdc 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/06/07 21:40:20 tron Exp $ +# $NetBSD: Makefile,v 1.14 1999/09/04 23:25:03 tron Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -22,9 +22,9 @@ USE_MOTIF= yes GNU_CONFIGURE= yes -LDFLAGS+= -L${X11BASE}/lib +LDFLAGS+= -L${X11BASE}/LessTif/Motif1.2/lib -L${X11BASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -Dunix" +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} post-configure: |