Commit 58092108 authored by Rafaël Carré's avatar Rafaël Carré

contrib: Growl: fix build

Growl.framework is still nowhere to be found though
parent b821b669
......@@ -15,9 +15,14 @@ $(TARBALLS)/growl-$(GROWL_VERSION).tar.bz2:
growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
$(UNPACK)
mv Growl-1.2.2-src $@
sed -i.orig -e s/"SDKROOT = macosx10.5"/"SDKROOT = macosx$(OSX_VERSION)"/g \
-e s/"GCC_VERSION = 4.0"/"GCC_VERSION = 4.2"/g \
-e s/com.apple.compilers.gcc.4_0/com.apple.compilers.gcc.4_2/g \
$@/Growl.xcodeproj/project.pbxproj
sed -i.orig -e s/"REVISION \$$REV"/"REVISION 0x\$$REV"/g $@/generateHgRevision.sh
touch $@
.growl: growl
cd $< && xcodebuild -sdk /Developer/SDKs/MacOSX10.6.sdk -arch $(ARCH)
cd $< && xcodebuild -sdk /Developer/SDKs/MacOSX$(OSX_VERSION).sdk -arch $(ARCH)
cd $< && cp -R -L build/Release/Growl.framework "$(PREFIX)"
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment