pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/flightgear PCH has issues, so avoid it with GCC.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aa7d486776d
branches:  trunk
changeset: 349234:5aa7d486776d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 02 14:48:36 2016 +0000

description:
PCH has issues, so avoid it with GCC.

diffstat:

 games/flightgear/hacks.mk |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r a3e09d7fc92c -r 5aa7d486776d games/flightgear/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/flightgear/hacks.mk Sat Jul 02 14:48:36 2016 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2016/07/02 14:48:36 joerg Exp $
+
+.if ${OPSYS} == "NetBSD" 
+.  include "../../mk/compiler.mk"
+.  if ${PKGSRC_COMPILER} == "gcc" && \
+      (!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
+CONFIGURE_ARGS+=       --disable-precomp-headers
+.  endif
+.endif



Home | Main Index | Thread Index | Old Index