aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2012-06-19 13:14:55 +0000
committerDima Panov <fluffy@FreeBSD.org>2012-06-19 13:14:55 +0000
commita29469bec82a30082240950a4514c588cfbb1a1a (patch)
treeb852b6651374b777b0a3ca61f90b83c31b6ea55e /x11/kdelibs4
parentcee7b9cafe7b3be8880cf5b9a722ad8da930e45e (diff)
downloadports-a29469bec82a30082240950a4514c588cfbb1a1a.tar.gz
ports-a29469bec82a30082240950a4514c588cfbb1a1a.zip
- Handle empty KDE4_ENABLE_EXCEPTIONS environment variable in proper way
to unbroke build - No PORTREVISION bump, this affects only users with already broken build on upgrade
Notes
Notes: svn path=/head/; revision=299633
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/files/patch-kdecore__CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdelibs4/files/patch-kdecore__CMakeLists.txt b/x11/kdelibs4/files/patch-kdecore__CMakeLists.txt
new file mode 100644
index 000000000000..3b2a1e56ebbe
--- /dev/null
+++ b/x11/kdelibs4/files/patch-kdecore__CMakeLists.txt
@@ -0,0 +1,11 @@
+--- ./kdecore/CMakeLists.txt.orig 2012-06-07 07:54:04.000000000 +1100
++++ ./kdecore/CMakeLists.txt 2012-06-17 05:04:23.000000000 +1100
+@@ -385,7 +385,7 @@
+ set(kdecore_OPTIONAL_LIBS ${kdecore_OPTIONAL_LIBS} ${CMAKE_THREAD_LIBS_INIT})
+
+ set_source_files_properties(util/kshareddatacache.cpp
+- PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS})
++ PROPERTIES COMPILE_FLAGS "${KDE4_ENABLE_EXCEPTIONS}")
+ else(NOT WIN32)
+ set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache_win.cpp)
+ set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} io/kdirwatch_win.cpp)