Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 01:22:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r389806 - branches/2015Q2/audio/last.fm/files
Message-ID:  <201506160122.t5G1MYPO009318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 01:22:34 2015
New Revision: 389806
URL: https://svnweb.freebsd.org/changeset/ports/389806

Log:
  MFH: r389188
  
  - Disable precompiled headers to fix build with old gcc on -current kernel
  
  Approved by:	ports-secteam (build fix blanket)

Added:
  branches/2015Q2/audio/last.fm/files/patch-src_src.pro
     - copied unchanged from r389188, head/audio/last.fm/files/patch-src_src.pro
Modified:
Directory Properties:
  branches/2015Q2/   (props changed)

Copied: branches/2015Q2/audio/last.fm/files/patch-src_src.pro (from r389188, head/audio/last.fm/files/patch-src_src.pro)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q2/audio/last.fm/files/patch-src_src.pro	Tue Jun 16 01:22:34 2015	(r389806, copy of r389188, head/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160122.t5G1MYPO009318>