Commit 0c34f792 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Felix Paul Kühne

contrib: growl: fix building with Xcode 5

Also overwrite previously installed headers
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit d36bc0a71a7a69afd085c8b2754ecfbc5876fd2b)
parent d9f45b74
This diff is collapsed.
This diff is collapsed.
......@@ -15,12 +15,12 @@ $(TARBALLS)/growl-$(GROWL_VERSION).tar.bz2:
growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
$(UNPACK)
mv Growl-1.2.2-src growl-1.2.2
$(APPLY) $(SRC)/growl/growl-xcode4.patch
$(APPLY) $(SRC)/growl/growl-xcode5.patch
sed -i.orig -e s/"REVISION \$$REV"/"REVISION 0x\$$REV"/g growl-1.2.2/generateHgRevision.sh
$(MOVE)
.growl: growl
cd $< && xcodebuild $(XCODE_FLAGS) -target Growl.framework -configuration Release
install -d $(PREFIX)
cd $< && cp -R build/Release/Growl.framework "$(PREFIX)"
cd $< && cp -rf 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