From d0ab88bf212afed1f5457c3f7e57a8a8897479cf Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:22:34 +0000 Subject: MFH: r389188 - Disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket) --- audio/last.fm/files/patch-src_src.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 audio/last.fm/files/patch-src_src.pro diff --git a/audio/last.fm/files/patch-src_src.pro b/audio/last.fm/files/patch-src_src.pro new file mode 100644 index 000000000000..02912dc1e033 --- /dev/null +++ b/audio/last.fm/files/patch-src_src.pro @@ -0,0 +1,17 @@ +--- src/src.pro.orig 2010-10-11 17:11:16 UTC ++++ src/src.pro +@@ -4,13 +4,7 @@ QT += gui network xml sql + + INCLUDEPATH += lib libFingerprint/recommendation-commons + +-PRECOMPILED_HEADER = precompiled.h +-CONFIG += precompile_header +- +-unix { +- # precompiled headers breaks icecream builds for some reason :( +- system( test `ps aux | grep iceccd | wc -l` -gt 1 ): CONFIG -= precompile_header +-} ++CONFIG -= precompile_header + + #universal binaries cannot be built from precompiled headers + mac:release:CONFIG -= precompile_header -- cgit v1.2.3