diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-24 17:46:24 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-24 17:46:24 +0000 |
commit | 7efff4d6b19d342d9b11b8e42ce05c219f7812c1 (patch) | |
tree | a50648537c7a4605f03e35cb247d1f26bca8d9e9 /x11/kdebase3/files/patch-configure | |
parent | Fix plist problems when building with clang (diff) |
- Fix build with clang [1]
- Fix plist problems when building with clang
PR: ports/172103 [1]
Submitted by: Oliver Pinter <oliver.pntr@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307719
Diffstat (limited to 'x11/kdebase3/files/patch-configure')
-rw-r--r-- | x11/kdebase3/files/patch-configure | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/x11/kdebase3/files/patch-configure b/x11/kdebase3/files/patch-configure index 1bf1f3b4ce88..e3860fec5651 100644 --- a/x11/kdebase3/files/patch-configure +++ b/x11/kdebase3/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2008-01-18 16:57:45.000000000 +0100 -+++ configure 2008-01-18 16:58:02.000000000 +0100 -@@ -51622,7 +51622,7 @@ +--- configure.orig 2008-08-20 18:01:56.000000000 +0200 ++++ configure 2012-11-24 17:08:09.000000000 +0100 +@@ -51800,7 +51800,7 @@ { echo "$as_me:$LINENO: checking HAL_LIBS" >&5 echo $ECHO_N "checking HAL_LIBS... $ECHO_C" >&6; } @@ -9,3 +9,18 @@ { echo "$as_me:$LINENO: result: $HAL_LIBS" >&5 echo "${ECHO_T}$HAL_LIBS" >&6; } else +@@ -53193,11 +53193,11 @@ + + ac_ext=cpp + ac_cpp='$CXXCPP $CPPFLAGS' +-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ++ac_compile='$CXX -c $CXXFLAGS $USE_EXCEPTIONS $CPPFLAGS conftest.$ac_ext >&5' ++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $USE_EXCEPTIONS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' ++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $USE_EXCEPTIONS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + + + kde_save_CXXFLAGS="$CXXFLAGS" |