summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorjlam <jlam>2005-01-09 23:03:58 +0000
committerjlam <jlam>2005-01-09 23:03:58 +0000
commit42d17efa19ef9a7ad81ac275d3071d57ed5e6ccf (patch)
tree0727b56823be00f96d967c593858540a02fa1299 /graphics/tiff
parent87bbc83299cc9494ff21618e0eb477569610933a (diff)
downloadpkgsrc-42d17efa19ef9a7ad81ac275d3071d57ed5e6ccf.tar.gz
--enable-c++ isn't a valid option name because of stupidity on the tiff
configure script. Remove this from CONFIGURE_ARGS.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 4584a6a77e0..f52231fd4ba 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2005/01/09 21:34:41 jlam Exp $
+# $NetBSD: Makefile,v 1.63 2005/01/09 23:03:58 jlam Exp $
DISTNAME= tiff-3.7.1
CATEGORIES= graphics
@@ -19,7 +19,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-rpath
-CONFIGURE_ARGS+= --enable-c++
.include "../../mk/bsd.prefs.mk"