pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/flightgear
Module Name: pkgsrc
Committed By: gdt
Date: Sat Nov 23 19:41:03 UTC 2019
Modified Files:
pkgsrc/games/flightgear: hacks.mk
Log Message:
games/flightgear: Ehcck for building with gcc correctly
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/flightgear/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/flightgear/hacks.mk
diff -u pkgsrc/games/flightgear/hacks.mk:1.1 pkgsrc/games/flightgear/hacks.mk:1.2
--- pkgsrc/games/flightgear/hacks.mk:1.1 Sat Jul 2 14:48:36 2016
+++ pkgsrc/games/flightgear/hacks.mk Sat Nov 23 19:41:02 2019
@@ -1,8 +1,8 @@
-# $NetBSD: hacks.mk,v 1.1 2016/07/02 14:48:36 joerg Exp $
+# $NetBSD: hacks.mk,v 1.2 2019/11/23 19:41:02 gdt Exp $
.if ${OPSYS} == "NetBSD"
. include "../../mk/compiler.mk"
-. if ${PKGSRC_COMPILER} == "gcc" && \
+. if !(${PKGSRC_COMPILER:Mgcc}) && \
(!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
CONFIGURE_ARGS+= --disable-precomp-headers
. endif
Home |
Main Index |
Thread Index |
Old Index