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: jperkin
Date: Tue Oct 23 16:53:37 UTC 2018
Modified Files:
pkgsrc/wm/ctwm: Makefile
Log Message:
ctwm: Set CFLAGS in the normal way. Fixes SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/wm/ctwm/Makefile:1.37
--- pkgsrc/wm/ctwm/Makefile:1.36 Sat Sep 22 07:00:38 2018
+++ pkgsrc/wm/ctwm/Makefile Tue Oct 23 16:53:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2018/09/22 07:00:38 maya Exp $
+# $NetBSD: Makefile,v 1.37 2018/10/23 16:53:37 jperkin Exp $
#
DISTNAME= ctwm-4.0.2
@@ -22,12 +22,9 @@ TOOLS_PLATFORM.gm4?= ${TOOLS_PLATFORM.m4
. endif
.endif
USE_TOOLS+= gm4:run
-OPSYSVARS+= EXTRA_DEFINES
-# The __EXTENSIONS__ is needed for sigjmp_buf.
-EXTRA_DEFINES.SunOS+= -D__EXTENSIONS__
-MAKE_ENV+= EXTRA_DEFINES=${EXTRA_DEFINES:Q}
AUTO_MKDIRS= yes
+CFLAGS.SunOS+= -D__EXTENSIONS__
# If M4_CMD is not set, it is autodetected as ${WRKDIR}/.tools/bin/m4
CMAKE_ARGS+= -DM4_CMD=${TOOLS_PATH.gm4}
Home |
Main Index |
Thread Index |
Old Index