diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-09 23:03:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-09 23:03:58 +0000 |
commit | bae594225dea2466372a8bca9ca16f99262b4b43 (patch) | |
tree | 0727b56823be00f96d967c593858540a02fa1299 /graphics | |
parent | cad2fc326d02e0fb4ef6403fc692e32d30ec2ecb (diff) | |
download | pkgsrc-bae594225dea2466372a8bca9ca16f99262b4b43.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')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
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" |