pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp Use correct link options for the "twain"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d31506d4357e
branches:  trunk
changeset: 546394:d31506d4357e
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Aug 30 20:22:25 2008 +0000

description:
Use correct link options for the "twain" plugin. This fixes build problems
under Mac OS X.

diffstat:

 graphics/gimp/distinfo         |   3 ++-
 graphics/gimp/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 474e00bf4b81 -r d31506d4357e graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Sat Aug 30 20:09:25 2008 +0000
+++ b/graphics/gimp/distinfo    Sat Aug 30 20:22:25 2008 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.44 2008/08/30 11:11:50 adam Exp $
+$NetBSD: distinfo,v 1.45 2008/08/30 20:22:25 tron Exp $
 
 SHA1 (gimp-2.4.7.tar.bz2) = fd6dac4fd107f3b741168ffcaf4425a9dd179327
 RMD160 (gimp-2.4.7.tar.bz2) = 79062e60db1fe172e2a91ff0601462462d3a61cb
 Size (gimp-2.4.7.tar.bz2) = 18977384 bytes
 SHA1 (patch-aa) = 4881df151c386371a91e558b4b15611023fceca1
 SHA1 (patch-ab) = e37caaedd738476b901aca0635bdefe3fb9d266d
+SHA1 (patch-ac) = b1f4b802eebbb2d2145e0e282e65d48a0409a6b8
 SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2
diff -r 474e00bf4b81 -r d31506d4357e graphics/gimp/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp/patches/patch-ac    Sat Aug 30 20:22:25 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.16 2008/08/30 20:22:25 tron Exp $
+
+--- plug-ins/twain/Makefile.in.orig    2008-08-30 19:55:20.000000000 +0100
++++ plug-ins/twain/Makefile.in 2008-08-30 20:02:01.000000000 +0100
+@@ -67,7 +67,7 @@
+       $(am__DEPENDENCIES_1)
+ twain_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+       --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(twain_LDFLAGS) \
+-      $(LDFLAGS) -o $@
++      $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles



Home | Main Index | Thread Index | Old Index