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: rhialto
Date: Wed Oct 4 16:58:57 UTC 2023
Modified Files:
pkgsrc/wm/ctwm: Makefile
Log Message:
wm/ctwm: disable its own use of ctfconvert
since gcc12 creates files it can't handle.
Use PKGSRC_USE_CTF=yes to use pkgsrc's own handling of this, if wanted.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/wm/ctwm/Makefile:1.43
--- pkgsrc/wm/ctwm/Makefile:1.42 Fri Jul 7 08:05:21 2023
+++ pkgsrc/wm/ctwm/Makefile Wed Oct 4 16:58:57 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2023/07/07 08:05:21 nia Exp $
+# $NetBSD: Makefile,v 1.43 2023/10/04 16:58:57 rhialto Exp $
#
DISTNAME= ctwm-4.1.0
-CATEGORIES= x11 wm
+PKGREVISION= 1
+CATEGORIES= wm x11
MASTER_SITES= http://ctwm.org/dist/
EXTRACT_SUFX= .tar.xz
@@ -59,6 +60,8 @@ CMAKE_ARGS+= -DASCIIDOC=
CMAKE_ARGS+= -DA2X=
CMAKE_ARGS+= -DXMLTO=
CMAKE_ARGS+= -DDBLATEX=
+# disable upstream use of ctfconvert due to gcc12
+CMAKE_ARGS+= -DCTFCONVERT=0
.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index