[97737] trunk/dports/kde/kdevelop/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 13 11:11:32 PDT 2012


Revision: 97737
          http://trac.macports.org//changeset/97737
Author:   ryandesign at macports.org
Date:     2012-09-13 11:11:31 -0700 (Thu, 13 Sep 2012)
Log Message:
-----------
kdevelop: blacklist clang (#36123)

Modified Paths:
--------------
    trunk/dports/kde/kdevelop/Portfile

Modified: trunk/dports/kde/kdevelop/Portfile
===================================================================
--- trunk/dports/kde/kdevelop/Portfile	2012-09-13 18:06:32 UTC (rev 97736)
+++ trunk/dports/kde/kdevelop/Portfile	2012-09-13 18:11:31 UTC (rev 97737)
@@ -39,6 +39,13 @@
     patchfiles      patch-CMakeLists.diff
 }
 
+# Undefined symbols for architecture x86_64:
+#   "Utils::BasicSetRepository::createSet(std::__1::set<unsigned int, std::__1::less<unsigned int>, std::__1::allocator<unsigned int> > const&)", referenced from:
+#       Utils::StorableSet<rpp::pp_macro, Cpp::MacroIndexConversion, Cpp::StaticMacroSetRepository, true, Cpp::StaticMacroSetRepository::Locker>::StorableSet(std::__1::set<unsigned int, std::__1::less<unsigned int>, std::__1::allocator<unsigned int> > const&) in environmentmanager.o
+#       Utils::StorableSet<KDevelop::IndexedString, Cpp::IndexedStringConversion, Cpp::StaticStringSetRepository, true, Cpp::StaticStringSetRepository::Locker>::StorableSet(std::__1::set<unsigned int, std::__1::less<unsigned int>, std::__1::allocator<unsigned int> > const&) in environmentmanager.o
+# ld: symbol(s) not found for architecture x86_64
+compiler.blacklist  clang
+
 #Adjusting configure flags for Clang
 if {${configure.compiler} == "clang"} {
     if {${os.major} >= 11} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120913/c38e486c/attachment.html>


More information about the macports-changes mailing list