Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
BROKEN_powerpc= Does not compile on powerpc: Unsupported relocation type 10 |
13 |
BROKEN_powerpc= Does not compile on powerpc: Unsupported relocation type 10 |
14 |
BROKEN_sparc64= Does not compile on sparc64: Cannot configure clang properly |
14 |
BROKEN_sparc64= Does not compile on sparc64: Cannot configure clang properly |
15 |
USES= cmake compiler:c++11-lang objc:compiler |
15 |
USES= cmake objc:compiler |
16 |
|
16 |
|
17 |
USE_GITHUB= yes |
17 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= gnustep |
18 |
GH_ACCOUNT= gnustep |
Lines 29-34
Link Here
|
29 |
# This shouldn't be needed, but our llvm port installs llvm-config with a silly |
29 |
# This shouldn't be needed, but our llvm port installs llvm-config with a silly |
30 |
# name... |
30 |
# name... |
31 |
CMAKE_ARGS+= -DLLVM_OPTS=OFF |
31 |
CMAKE_ARGS+= -DLLVM_OPTS=OFF |
|
|
32 |
CXXFLAGS_powerpc64= -stdlib=libstdc++ |
33 |
CXXFLAGS_powerpcspe= -stdlib=libstdc++ |
34 |
CXXFLAGS_powerpc= -stdlib=libstdc++ |
35 |
CXXFLAGS_sparc64= -stdlib=libstdc++ |
36 |
CXXFLAGS_mips= -stdlib=libstdc++ |
37 |
CXXFLAGS_mips64= -stdlib=libstdc++ |
32 |
|
38 |
|
33 |
post-install: |
39 |
post-install: |
34 |
${LN} -sf libobjc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libobjc.so.${SHLIB_MAJOR} |
40 |
${LN} -sf libobjc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libobjc.so.${SHLIB_MAJOR} |