pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/ctwm



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Jun 12 17:53:03 UTC 2025

Modified Files:
        pkgsrc/wm/ctwm: Makefile

Log Message:
wm/ctwm: fix build on SunOS

A m4 processor accepting the `-P' option is also needed at build time.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/wm/ctwm/Makefile

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

Modified files:

Index: pkgsrc/wm/ctwm/Makefile
diff -u pkgsrc/wm/ctwm/Makefile:1.45 pkgsrc/wm/ctwm/Makefile:1.46
--- pkgsrc/wm/ctwm/Makefile:1.45        Thu Apr 24 14:15:59 2025
+++ pkgsrc/wm/ctwm/Makefile     Thu Jun 12 17:53:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2025/04/24 14:15:59 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2025/06/12 17:53:03 vins Exp $
 #
 
 DISTNAME=      ctwm-4.1.0
@@ -18,11 +18,11 @@ USE_CMAKE=  YES
 
 # We need an m4 that understands the -s option.
 .if !empty(TOOLS_PLATFORM.m4)
-.  if !empty(:!${ECHO} yes | ${TOOLS_PLATFORM.m4} -s 2>/dev/null||${ECHO}!)
+.  if !empty(:!${ECHO} yes | ${TOOLS_PLATFORM.m4} -Ps 2>/dev/null||${ECHO}!)
 TOOLS_PLATFORM.gm4?=   ${TOOLS_PLATFORM.m4}
 .  endif
 .endif
-USE_TOOLS+=            gm4:run
+USE_TOOLS+=            gm4
 AUTO_MKDIRS=           yes
 
 CFLAGS.SunOS+=         -D__EXTENSIONS__



Home | Main Index | Thread Index | Old Index