summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/kdegraphics.cmake/debian/patches/common/06_disable_no_undefined.diff
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-31 01:58:22 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-31 01:58:22 -0500
commite52632cf240dda02dd5c39a580368c73c4d68c1c (patch)
treee925e8c42b0cf3cdea06e6988dee7ab46a08ce38 /ubuntu/maverick/kdegraphics.cmake/debian/patches/common/06_disable_no_undefined.diff
parent87402a68a2871ea46422eef2ee03dd9500ca0ca4 (diff)
downloadtde-packaging-e52632cf240dda02dd5c39a580368c73c4d68c1c.tar.gz
tde-packaging-e52632cf240dda02dd5c39a580368c73c4d68c1c.zip
Use CMake version of kdegraphics build for Maverick
Diffstat (limited to 'ubuntu/maverick/kdegraphics.cmake/debian/patches/common/06_disable_no_undefined.diff')
-rw-r--r--ubuntu/maverick/kdegraphics.cmake/debian/patches/common/06_disable_no_undefined.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/ubuntu/maverick/kdegraphics.cmake/debian/patches/common/06_disable_no_undefined.diff b/ubuntu/maverick/kdegraphics.cmake/debian/patches/common/06_disable_no_undefined.diff
deleted file mode 100644
index 05c932c3c..000000000
--- a/ubuntu/maverick/kdegraphics.cmake/debian/patches/common/06_disable_no_undefined.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/admin/acinclude.m4.in
-+++ b/admin/acinclude.m4.in
-@@ -1689,15 +1689,6 @@
- KDE_USE_CLOSURE_TRUE="#"
- KDE_USE_CLOSURE_FALSE=""
- KDE_NO_UNDEFINED=""
-- case $host in
-- *-*-linux-gnu)
-- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
-- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
-- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
-- [KDE_NO_UNDEFINED=""])],
-- [KDE_NO_UNDEFINED=""])
-- ;;
-- esac
- fi
- AC_SUBST(KDE_USE_CLOSURE_TRUE)
- AC_SUBST(KDE_USE_CLOSURE_FALSE)