Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27786
Modified Files: llvm-gcc42.info Log Message: backport openembedded fix for sysroot finding gxx headers and misc fixes Index: llvm-gcc42.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/llvm-gcc42.info,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- llvm-gcc42.info 8 Jul 2013 00:06:56 -0000 1.1 +++ llvm-gcc42.info 8 Jul 2013 15:34:10 -0000 1.2 @@ -1,10 +1,10 @@ Package: llvm-gcc42 Version: 2336.11 -Revision: 1 +Revision: 2 Source: http://opensource.apple.com/tarballs/llvmgcc42/llvmgcc42-%v.tar.gz Source-MD5: 046629f7b3ce59bcb32b5116d29c27cd PatchFile: %n.patch -PatchFile-MD5: 2c85470876bc22c361297ea5b7117847 +PatchFile-MD5: bee365d1c00972e34a41bee304c7bdcf BuildDepends: fink (>= 0.28), xcode (>= 4.7) Depends: %N-shlibs (= %v-%r),xcode (>= 4.7) SourceDirectory: llvmgcc42-%v @@ -18,8 +18,10 @@ sed -e "s|@@SDKROOT@@|`xcrun --show-sdk-path`|g" < %{PatchFile} | patch -p0 mv build_gcc.fink build_gcc chmod u+x build_gcc - perl -pi -e "s|DEVELOPER_DIR|MP_DEVELOPER_DIR|g" %b/GNUmakefile %b/llvmCore/utils/buildit/build_llvm + perl -pi -e "s|DEVELOPER_DIR|BUILD_DEVELOPER_DIR|g" %b/GNUmakefile %b/llvmCore/utils/buildit/build_llvm perl -pi -e "s|--enable-werror | |" %b/build_gcc + perl -pi -e "s|developer.apple.com/bugreporter|http://sourceforge.net/p/fink/bugs/|g" %b/gcc/version.c + perl -pi -e "s|LLVM_VERSION_INFO \"|LLVM_VERSION_INFO \" as Fink %n %v_%r|g" %b/gcc/version.c << CompileScript: << << @@ -53,7 +55,7 @@ RC_ProjectSourceVersion="2336" \ RC_ProjectSourceSubversion="11" \ TARGETS="x86_64" \ - MP_DEVELOPER_DIR="Developer" + BUILD_DEVELOPER_DIR="Developer" # move directory structure with tar cd %b/../objroot/dst-x86_64-x86_64 @@ -94,6 +96,8 @@ << DescPackaging: << Removal of SDK from / breaks sysroot for cross-compiler build so only build native, x86_64, for now. +Added https://github.com/openembedded/meta-oe/blob/master/toolchain-layer/recipes-devtools/gcc/gcc-4.6/GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch +to solve problem with sysroot not finding c++ headers. << Homepage: http://opensource.apple.com/ Maintainer: Jack Howarth <howa...@bromo.med.uc.edu> ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs