pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/codeblocks editors/codeblocks: Fix empty/M pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddfdcfd2df91
branches:  trunk
changeset: 344671:ddfdcfd2df91
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Nov 24 14:04:16 2019 +0000

description:
editors/codeblocks: Fix empty/M pattern

diffstat:

 editors/codeblocks/hacks.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b71dbc9e3f67 -r ddfdcfd2df91 editors/codeblocks/hacks.mk
--- a/editors/codeblocks/hacks.mk       Sun Nov 24 13:38:14 2019 +0000
+++ b/editors/codeblocks/hacks.mk       Sun Nov 24 14:04:16 2019 +0000
@@ -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