summaryrefslogtreecommitdiffstats
path: root/freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-06-03 13:57:10 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-06-03 13:57:10 +0200
commit3194ef649a8764b085c6970c76084c5252f69873 (patch)
tree4a8eb4af87e758cb0e69908a7127cd62a5f21f10 /freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff
parentfefd85bc575daea1a1deda89e70e48808e4c17ad (diff)
downloadtde-packaging-3194ef649a8764b085c6970c76084c5252f69873.tar.gz
tde-packaging-3194ef649a8764b085c6970c76084c5252f69873.zip
FreeBSD: Update versions to current R14.0.5~pre
Switch tdemultimedia build to CMake Switch tdegames build to CMake Enable tests in tdelibs Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff')
-rw-r--r--freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff b/freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff
deleted file mode 100644
index d19f0a033..000000000
--- a/freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tdeabc/tests/testaddresseelist.cpp b/tdeabc/tests/testaddresseelist.cpp
-index 12964a6..20617ba 100644
---- a/tdeabc/tests/testaddresseelist.cpp
-+++ b/tdeabc/tests/testaddresseelist.cpp
-@@ -17,7 +17,7 @@ static const TDECmdLineOptions options[] =
- TDECmdLineLastOption
- };
-
--int main(int /*argc*/,char /* **argv*/)
-+int main(int /*argc*/, char** /*argv*/)
- {
- /* TDEAboutData aboutData("testaddresseelist","TestAddresseeList","0.1");
- TDECmdLineArgs::init(argc, argv, &aboutData);