mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Disable precompiled headers to fix build with old gcc on -current kernel
This commit is contained in:
parent
02179f666c
commit
53f4acfd79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389188
17
audio/last.fm/files/patch-src_src.pro
Normal file
17
audio/last.fm/files/patch-src_src.pro
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user