pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/xv



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Jul 30 16:30:17 UTC 2023

Modified Files:
        pkgsrc/graphics/xv: Makefile

Log Message:
xv: appease pkglint.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/xv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/xv/Makefile
diff -u pkgsrc/graphics/xv/Makefile:1.97 pkgsrc/graphics/xv/Makefile:1.98
--- pkgsrc/graphics/xv/Makefile:1.97    Sun Jul 30 07:55:44 2023
+++ pkgsrc/graphics/xv/Makefile Sun Jul 30 16:30:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2023/07/30 07:55:44 tsutsui Exp $
+# $NetBSD: Makefile,v 1.98 2023/07/30 16:30:17 tsutsui Exp $
 
 DISTNAME=      xv-3.10a
 PKGREVISION=   27
@@ -54,7 +54,7 @@ SUBST_SED.ccflags+=   -e 's| CDEBUGFLAGS =
 SUBST_STAGE.ccflags=   post-configure
 SUBST_MESSAGE.ccflags= Fixing compiler flags for Solaris.
 
-.if ${OPSYS} == "SunOS" || !empty(MACHINE_PLATFORM:MIRIX-5*)
+.if ${OPSYS} == "SunOS" || ${MACHINE_PLATFORM:MIRIX-5.*}
 CPPFLAGS+=     -DNEED_ALLOCA_H
 .endif
 



Home | Main Index | Thread Index | Old Index