diff options
author | tron <tron> | 1999-09-04 23:25:03 +0000 |
---|---|---|
committer | tron <tron> | 1999-09-04 23:25:03 +0000 |
commit | 3f8359659efcea606bde223732b0d0629178c162 (patch) | |
tree | 47663dbbe3656bfc03181a436e69c0da92e3a79b /www | |
parent | 98c520eddc97d8f4364b0d47626ba0ca70a293d8 (diff) | |
download | pkgsrc-3f8359659efcea606bde223732b0d0629178c162.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: |