summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-08-26 22:06:10 +0000
committerjoerg <joerg@pkgsrc.org>2015-08-26 22:06:10 +0000
commit577749e98e7e9e014d32cffc48af662f34c364ce (patch)
tree5d6d58137a7afbcd94b5daa9df7a534f03ed510f /graphics
parent2d83c2ac0cd035190aeda701a08f75a75fb713d0 (diff)
downloadpkgsrc-577749e98e7e9e014d32cffc48af662f34c364ce.tar.gz
Don't hard-code an additional -lstdc++.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gexiv2/distinfo3
-rw-r--r--graphics/gexiv2/patches/patch-Makefile.in15
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/gexiv2/distinfo b/graphics/gexiv2/distinfo
index 916cef8df7b..6ba8002b405 100644
--- a/graphics/gexiv2/distinfo
+++ b/graphics/gexiv2/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/08/23 13:55:26 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/08/26 22:06:10 joerg Exp $
SHA1 (gexiv2-0.10.3.tar.xz) = 30d03c25d22d0e4b016377b1250f6a3cc3bf3e99
RMD160 (gexiv2-0.10.3.tar.xz) = 577b12234ee51eb0f6d807a34dff9d2c1fd8c9e7
Size (gexiv2-0.10.3.tar.xz) = 244816 bytes
+SHA1 (patch-Makefile.in) = dcf9ac9947d7d99e9949c873f6ba7f366eb93e0d
diff --git a/graphics/gexiv2/patches/patch-Makefile.in b/graphics/gexiv2/patches/patch-Makefile.in
new file mode 100644
index 00000000000..e936bcbc6fa
--- /dev/null
+++ b/graphics/gexiv2/patches/patch-Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2015/08/26 22:06:10 joerg Exp $
+
+--- Makefile.in.orig 2015-08-26 12:59:39.000000000 +0000
++++ Makefile.in
+@@ -474,10 +474,6 @@ dist_vapi_DATA = \
+ # compilation setup. #
+ @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
+
+-# REQUIRED_CFLAGS absolutely get appended to CFLAGS, whatever the
+-# the value of CFLAGS in the environment.
+-REQUIRED_CXXFLAGS = -Wl,-lstdc++ $(am__append_1)
+-AM_CXXFLAGS = $(REQUIRED_CXXFLAGS)
+ lib@PACKAGE_NAME@_la_SOURCES = $(GEXIV2_sources) $(GEXIV2_public_HEADERS)
+ lib@PACKAGE_NAME@_la_LIBADD = $(EXIV2_LIBS) $(GLIB_LIBS)
+ lib@PACKAGE_NAME@_la_CPPFLAGS = $(EXIV2_CFLAGS) $(GLIB_CFLAGS)