pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tiff Configure with --without-x. This fixes p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b07c4f59144
branches: trunk
changeset: 514759:2b07c4f59144
user: reed <reed%pkgsrc.org@localhost>
date: Sat Jun 17 20:25:23 2006 +0000
description:
Configure with --without-x. This fixes problem where GL components
were detected and tiffgt was built.
No change to package.
(TODO: do not install the tiffgt manual pages. Maybe install separate
tiffgt package if needed.)
diffstat:
graphics/tiff/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 171d9ba4624f -r 2b07c4f59144 graphics/tiff/Makefile
--- a/graphics/tiff/Makefile Sat Jun 17 19:52:25 2006 +0000
+++ b/graphics/tiff/Makefile Sat Jun 17 20:25:23 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2006/06/08 11:05:14 salo Exp $
+# $NetBSD: Makefile,v 1.83 2006/06/17 20:25:23 reed Exp $
DISTNAME= tiff-3.8.2
PKGREVISION= 2
@@ -21,6 +21,7 @@
CONFIGURE_ARGS+= --enable-rpath
CONFIGURE_ARGS+= --enable-cxx
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff
+CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index