pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mrtg
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jun 2 14:23:59 UTC 2023
Modified Files:
pkgsrc/net/mrtg: hacks.mk
Log Message:
mrtg: pkglint cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/mrtg/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/net/mrtg/hacks.mk
diff -u pkgsrc/net/mrtg/hacks.mk:1.1 pkgsrc/net/mrtg/hacks.mk:1.2
--- pkgsrc/net/mrtg/hacks.mk:1.1 Mon Jul 23 08:13:31 2012
+++ pkgsrc/net/mrtg/hacks.mk Fri Jun 2 14:23:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2012/07/23 08:13:31 martin Exp $
+# $NetBSD: hacks.mk,v 1.2 2023/06/02 14:23:58 wiz Exp $
.if !defined(MRTG_HACKS_MK)
MRTG_HACKS_MK= defined
@@ -8,7 +8,7 @@ MRTG_HACKS_MK= defined
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48830
# PR port-sparc64/46719
-.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[0-6]*) && !empty(MACHINE_PLATFORM:M*-*-sparc64)
+.if !empty(PKGSRC_COMPILER:Mgcc) && ${CC_VERSION:Mgcc-4.[0-6]*} && ${MACHINE_PLATFORM:M*-*-sparc64}
CFLAGS+= -O1
.endif
Home |
Main Index |
Thread Index |
Old Index