diff options
author | tron <tron@pkgsrc.org> | 1999-05-23 07:50:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-23 07:50:05 +0000 |
commit | 3c9ed78eedfd4f82d9beffa4d9e13e316fd84d80 (patch) | |
tree | 64da6f71cfb8454b27a0d3863d3ad025f04c54c9 /www | |
parent | 13fea383e32206cfdd63d1ae25d6a2ddf1b614d2 (diff) | |
download | pkgsrc-3c9ed78eedfd4f82d9beffa4d9e13e316fd84d80.tar.gz |
Define deprecated symbol "unix".
Diffstat (limited to 'www')
-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 3bdfe482368..f463bade70e 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/04/13 01:00:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1999/05/23 07:50:05 tron Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${X11BASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -Dunix" CONFIGURE_ARGS= --with-zdir=/usr --with-jpegdir=${LOCALBASE} --with-pngdir=${LOCALBASE} do-install: |