Changeset 97737


Ignore:
Timestamp:
Sep 13, 2012, 6:11:31 PM (12 years ago)
Author:
ryandesign@…
Message:

kdevelop: blacklist clang (#36123)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/kde/kdevelop/Portfile

    r95522 r97737  
    4040}
    4141
     42# Undefined symbols for architecture x86_64:
     43#   "Utils::BasicSetRepository::createSet(std::__1::set<unsigned int, std::__1::less<unsigned int>, std::__1::allocator<unsigned int> > const&)", referenced from:
     44#       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
     45#       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
     46# ld: symbol(s) not found for architecture x86_64
     47compiler.blacklist  clang
     48
    4249#Adjusting configure flags for Clang
    4350if {${configure.compiler} == "clang"} {
Note: See TracChangeset for help on using the changeset viewer.