summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-11-23 21:30:40 +0000
committerfrueauf <frueauf>1998-11-23 21:30:40 +0000
commitd9b8046320470891191e27d6d4f2febe8b7608f3 (patch)
tree3568bf6c3c60fd9865320969e931f3aa615f2c46 /graphics/tiff/Makefile
parent7f9de79fefe89c4d98389f4d443704650cd5bf9e (diff)
downloadpkgsrc-d9b8046320470891191e27d6d4f2febe8b7608f3.tar.gz
Add -Dunix to GCOPTS in CONFIGURE_ENV, pointed out in pr 6487 by
Johnny C. Lam.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 88b0d0427ba..5314362b1ee 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1998/08/20 15:50:00 agc Exp $
+# $NetBSD: Makefile,v 1.19 1998/11/23 21:30:40 frueauf Exp $
DISTNAME= tiff-v3.4beta037
PKGNAME= tiff-3.4
@@ -16,7 +16,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg
HAS_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR}
-CONFIGURE_ENV+= PREFIX=${PREFIX} GCOPTS=-O
+CONFIGURE_ENV+= PREFIX=${PREFIX} GCOPTS="-O -Dunix"
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" LN="${LN}"
.include "../../mk/bsd.pkg.mk"