diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-17 00:44:55 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-17 00:44:55 +0000 |
commit | ce2bf70c1c140314d16d22fe81b928f5ef6b032b (patch) | |
tree | 2b14b8878fcfcafd19d7e43cc36734e244df295e | |
parent | 5ce203f1efc3a197b5e0db11fbd48fef933c15fd (diff) | |
download | pkgsrc-ce2bf70c1c140314d16d22fe81b928f5ef6b032b.tar.gz |
Fix build with gcc45 and current boost libs
-rw-r--r-- | x11/kdebase-workspace4/distinfo | 3 | ||||
-rw-r--r-- | x11/kdebase-workspace4/patches/patch-plasma_generic_dataengines_rss_CMakeLists.txt | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/kdebase-workspace4/distinfo b/x11/kdebase-workspace4/distinfo index c2a6209066e..f28f61b27b9 100644 --- a/x11/kdebase-workspace4/distinfo +++ b/x11/kdebase-workspace4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2011/11/19 21:12:05 markd Exp $ +$NetBSD: distinfo,v 1.19 2012/01/17 00:44:55 sbd Exp $ SHA1 (Daemon.README) = eb1e6af52adc02ded77af17e8953134b7e60d23b RMD160 (Daemon.README) = 39edd92ed4314397080f32a8caff0ac3f716ecf4 @@ -31,3 +31,4 @@ SHA1 (patch-cc) = f0c92eb5edc2690008d028652820cad77bf50b07 SHA1 (patch-cd) = c9e7b32b39b8191f5f54a799bdfa7009136429f9 SHA1 (patch-ce) = b02c04dae0005bec33a13ecf09254d35a0e4cd0b SHA1 (patch-kcheckpass_checkpass_pam.c) = 7c897fe7fa078a7027a08de5de5ad4c17369f0df +SHA1 (patch-plasma_generic_dataengines_rss_CMakeLists.txt) = 6a12cb3cb54a8b1899f29e7f50a1171862dce66e diff --git a/x11/kdebase-workspace4/patches/patch-plasma_generic_dataengines_rss_CMakeLists.txt b/x11/kdebase-workspace4/patches/patch-plasma_generic_dataengines_rss_CMakeLists.txt new file mode 100644 index 00000000000..00c18653e1d --- /dev/null +++ b/x11/kdebase-workspace4/patches/patch-plasma_generic_dataengines_rss_CMakeLists.txt @@ -0,0 +1,13 @@ +$NetBSD: patch-plasma_generic_dataengines_rss_CMakeLists.txt,v 1.1 2012/01/17 00:44:55 sbd Exp $ + +--- plasma/generic/dataengines/rss/CMakeLists.txt.orig 2009-09-16 11:40:54.000000000 +0000 ++++ plasma/generic/dataengines/rss/CMakeLists.txt +@@ -2,6 +2,8 @@ find_package(Boost REQUIRED) + + include_directories(${Boost_INCLUDE_DIR} ${KDEPIMLIBS_INCLUDE_DIR}) + ++add_definitions(${KDE4_ENABLE_EXCEPTIONS}) ++ + set(rss_engine_SRCS + rss.cpp + ) |