pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/dmenu
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 20 15:52:04 UTC 2025
Modified Files:
pkgsrc/x11/dmenu: Makefile
Log Message:
dmenu: Fix build on illumos with recent gcc.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/dmenu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/dmenu/Makefile
diff -u pkgsrc/x11/dmenu/Makefile:1.23 pkgsrc/x11/dmenu/Makefile:1.24
--- pkgsrc/x11/dmenu/Makefile:1.23 Sat Aug 9 15:36:00 2025
+++ pkgsrc/x11/dmenu/Makefile Sat Dec 20 15:52:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/08/09 15:36:00 leot Exp $
+# $NetBSD: Makefile,v 1.24 2025/12/20 15:52:04 nia Exp $
DISTNAME= dmenu-5.4
CATEGORIES= x11
@@ -12,7 +12,6 @@ LICENSE= mit
MAKE_JOBS_SAFE= no
NO_CONFIGURE= yes
-USE_LANGUAGES= c99
# Adjust config.mk
SUBST_CLASSES+= makefile
@@ -28,6 +27,8 @@ SUBST_SED.makefile+= -e 's/-I$${FREETYPE
SUBST_SED.makefile+= -e 's,^FREETYPEINC *=.*,FREETYPEINC != freetype-config --cflags,'
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index