summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-27 16:28:08 +0000
committertron <tron@pkgsrc.org>1999-04-27 16:28:08 +0000
commitf5345b3a56d826013608de0086baca016ab282e2 (patch)
tree54c76d6bb65c36e1b128a8da245df2cb2ce2205a /graphics
parentaf4a0239f62b658306a1a996a4dd015629bd514c (diff)
downloadpkgsrc-f5345b3a56d826013608de0086baca016ab282e2.tar.gz
Pass "${CFLAGS}" instead of "-O" to configure script as suggested by
Adam Ciarcinski.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 5314362b1ee..ea02079c07c 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1998/11/23 21:30:40 frueauf Exp $
+# $NetBSD: Makefile,v 1.20 1999/04/27 16:28:08 tron 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 -Dunix"
+CONFIGURE_ENV+= PREFIX=${PREFIX} GCOPTS="${CFLAGS} -Dunix"
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" LN="${LN}"
.include "../../mk/bsd.pkg.mk"