diff options
author | tron <tron@pkgsrc.org> | 2008-08-30 20:22:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-08-30 20:22:25 +0000 |
commit | c6960aafd6bbff6ac90fd3c43f443c0c44ac1964 (patch) | |
tree | 5c875c736f7d9ed992bea70c81507f32051f2c8f /graphics/gimp/patches | |
parent | 5666aa133c49ae087621a241264344d5cd8f9b65 (diff) | |
download | pkgsrc-c6960aafd6bbff6ac90fd3c43f443c0c44ac1964.tar.gz |
Use correct link options for the "twain" plugin. This fixes build problems
under Mac OS X.
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r-- | graphics/gimp/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp/patches/patch-ac b/graphics/gimp/patches/patch-ac new file mode 100644 index 00000000000..b435e046fcd --- /dev/null +++ b/graphics/gimp/patches/patch-ac @@ -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 |