pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp Explicitly disable TWAIN support for Mac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bff27d8cc40a
branches: trunk
changeset: 603643:bff27d8cc40a
user: tron <tron%pkgsrc.org@localhost>
date: Wed May 09 18:39:35 2012 +0000
description:
Explicitly disable TWAIN support for Mac OS X:
1.) It doesn't seem to get detected under Mac OS X Lion.
2.) It doesn't compile under Mac OS X Snow Leopard,
see <https://bugzilla.gnome.org/show_bug.cgi?id=675510>.
While here really remove the conditional package list handling related
to TWAIN support.
No package revision bump necessary as the binary package doesn't change
on the one Mac OS X version where the package actually built.
diffstat:
graphics/gimp/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 4ac8b1f7cb45 -r bff27d8cc40a graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Wed May 09 11:58:30 2012 +0000
+++ b/graphics/gimp/Makefile Wed May 09 18:39:35 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.212 2012/05/07 08:40:07 adam Exp $
+# $NetBSD: Makefile,v 1.213 2012/05/09 18:39:35 tron Exp $
DISTNAME= gimp-2.8.0
CATEGORIES= graphics
@@ -38,6 +38,7 @@
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --without-linux-input
+CONFIGURE_ARGS+= --without-mac-twain
UNLIMIT_RESOURCES+= datasize
@@ -49,10 +50,7 @@
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
-PLIST_VARS+= remote twain
-.if exists(/System/Library/Frameworks/TWAIN.framework)
-PLIST.twain= yes
-.endif
+PLIST_VARS+= remote
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index