pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/tiff --enable-c++ isn't a valid option name b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca0f113f48b2
branches:  trunk
changeset: 487133:ca0f113f48b2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jan 09 23:03:58 2005 +0000

description:
--enable-c++ isn't a valid option name because of stupidity on the tiff
configure script.  Remove this from CONFIGURE_ARGS.

diffstat:

 graphics/tiff/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2efae75dd72d -r ca0f113f48b2 graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Sun Jan 09 22:55:04 2005 +0000
+++ b/graphics/tiff/Makefile    Sun Jan 09 23:03:58 2005 +0000
@@ -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 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-rpath
-CONFIGURE_ARGS+=       --enable-c++
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index