summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-04-26 17:54:56 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-04-26 17:54:56 +0000
commita7cf53ca98701d5b4e275fd9a372f5ee9980c2c7 (patch)
treef245201ff1e957f4fafaff63cc115c24eda70f1f /media-gfx/mypaint/files
parentUse AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HEADER wrt #467012 by... (diff)
downloadhistorical-a7cf53ca98701d5b4e275fd9a372f5ee9980c2c7.tar.gz
historical-a7cf53ca98701d5b4e275fd9a372f5ee9980c2c7.tar.bz2
historical-a7cf53ca98701d5b4e275fd9a372f5ee9980c2c7.zip
Add patch for new json-c. Bug #467322. Thanks to Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
Package-Manager: portage-2.1.11.62/cvs/Linux x86_64 Manifest-Sign-Key: 0xC2BA7F3C!
Diffstat (limited to 'media-gfx/mypaint/files')
-rw-r--r--media-gfx/mypaint/files/mypaint-1.1.0-json-c-0.11.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/mypaint/files/mypaint-1.1.0-json-c-0.11.patch b/media-gfx/mypaint/files/mypaint-1.1.0-json-c-0.11.patch
new file mode 100644
index 000000000000..f2aa9b9a0edf
--- /dev/null
+++ b/media-gfx/mypaint/files/mypaint-1.1.0-json-c-0.11.patch
@@ -0,0 +1,15 @@
+https://bugs.gentoo.org/show_bug.cgi?id=467322
+Patch-by: Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
+Fixes pkgconfig name for new json-c (since 0.11)
+
+--- brushlib/SConscript.ORIG 2012-12-31 18:03:38.000000000 +0100
++++ brushlib/SConscript 2013-04-26 11:47:27.008232199 +0200
+@@ -73,7 +73,7 @@
+
+ env.Append(CPPPATH='./')
+
+-pkg_deps = ['json']
++pkg_deps = ['json-c']
+ libs = ['m']
+ linkflags = []
+