summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-02 06:58:25 +0000
committersbd <sbd@pkgsrc.org>2012-01-02 06:58:25 +0000
commit02e7797fe23da0e28634b4bc30e4724b673738f9 (patch)
treec4c13424bb0c94d689f1ff1581b596f61ce99d83 /x11
parent0d092d3c88542456a8ba8bcf8d11f0fea74342ac (diff)
downloadpkgsrc-02e7797fe23da0e28634b4bc30e4724b673738f9.tar.gz
Fix build with gcc45 and current boost libs
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebindings4-python/distinfo3
-rw-r--r--x11/kdebindings4-python/patches/patch-python_pykde4_CMakeLists.txt13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/kdebindings4-python/distinfo b/x11/kdebindings4-python/distinfo
index af69c14154e..7bd4115ecee 100644
--- a/x11/kdebindings4-python/distinfo
+++ b/x11/kdebindings4-python/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2011/01/23 07:55:17 markd Exp $
+$NetBSD: distinfo,v 1.19 2012/01/02 06:58:25 sbd Exp $
SHA1 (kdebindings-4.5.5.tar.bz2) = 5f754f0b6989df9557c5ccec18b4f96207fceb94
RMD160 (kdebindings-4.5.5.tar.bz2) = c69f387c8dd5e3205fa8a436cc63cecf9511f38e
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = f01b1d350a8e79e639f46c797baf035684275158
SHA1 (patch-ab) = cae51d216ad914009b4e9c80a17a172ec5a5eaec
SHA1 (patch-ac) = 698eaecc5cb2489b16409bc14c4beee5ca93a296
SHA1 (patch-am) = c2f5907c53185941a5fd2bb58deada46c19e31ae
+SHA1 (patch-python_pykde4_CMakeLists.txt) = 3b3d614bdb8a4db2a0f69e86d5aee35e496b8134
diff --git a/x11/kdebindings4-python/patches/patch-python_pykde4_CMakeLists.txt b/x11/kdebindings4-python/patches/patch-python_pykde4_CMakeLists.txt
new file mode 100644
index 00000000000..4967b888a11
--- /dev/null
+++ b/x11/kdebindings4-python/patches/patch-python_pykde4_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD: patch-python_pykde4_CMakeLists.txt,v 1.1 2012/01/02 06:58:26 sbd Exp $
+
+--- python/pykde4/CMakeLists.txt.orig 2010-11-02 12:51:11.000000000 +0000
++++ python/pykde4/CMakeLists.txt
+@@ -15,6 +15,8 @@ endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMA
+ # This module can be built independant from the rest of kdebindings.
+ SET(CMAKE_MODULE_PATH ${pykde4_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
+
++add_definitions(${KDE4_ENABLE_EXCEPTIONS})
++
+ # Fix output file conflict with the Ruby bindings
+ IF(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESS 6)
+ SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/pykde)