pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/codeblocks
Module Name: pkgsrc
Committed By: gdt
Date: Sun Nov 24 14:04:16 UTC 2019
Modified Files:
pkgsrc/editors/codeblocks: hacks.mk
Log Message:
editors/codeblocks: Fix empty/M pattern
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/codeblocks/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/editors/codeblocks/hacks.mk
diff -u pkgsrc/editors/codeblocks/hacks.mk:1.3 pkgsrc/editors/codeblocks/hacks.mk:1.4
--- pkgsrc/editors/codeblocks/hacks.mk:1.3 Sat Nov 23 19:39:30 2019
+++ pkgsrc/editors/codeblocks/hacks.mk Sun Nov 24 14:04:16 2019
@@ -1,11 +1,11 @@
-# $NetBSD: hacks.mk,v 1.3 2019/11/23 19:39:30 gdt Exp $
+# $NetBSD: hacks.mk,v 1.4 2019/11/24 14:04:16 gdt Exp $
### g++ 4.8 and 5.3 on NetBSD/i386 fails with an internal compiler error
### when PCH is used. Be conservative and disable on all MACHINE_ARCH
###
.if ${OPSYS} == "NetBSD"
. include "../../mk/compiler.mk"
-. if !empty(${PKGSRC_COMPILER:Mgcc}) && \
+. if !empty(PKGSRC_COMPILER:Mgcc) && \
(!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
CONFIGURE_ARGS+= --disable-pch
. endif
Home |
Main Index |
Thread Index |
Old Index