pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xdotool
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 23 10:48:23 UTC 2026
Modified Files:
pkgsrc/x11/xdotool: Makefile
Log Message:
xdotool: Fix build on SunOS w/ recent gcc
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xdotool/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/xdotool/Makefile
diff -u pkgsrc/x11/xdotool/Makefile:1.7 pkgsrc/x11/xdotool/Makefile:1.8
--- pkgsrc/x11/xdotool/Makefile:1.7 Sat Apr 6 08:07:15 2024
+++ pkgsrc/x11/xdotool/Makefile Mon Mar 23 10:48:23 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/04/06 08:07:15 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/03/23 10:48:23 nia Exp $
DISTNAME= xdotool-3.20211022.1
PKGREVISION= 1
@@ -19,6 +19,8 @@ USE_TOOLS+= gmake pod2man pkg-config
USE_LANGUAGES= c99
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
SUBST_CLASSES+= fix-getopt
SUBST_STAGE.fix-getopt= pre-build
SUBST_MESSAGE.fix-getopt= Fixing getopt
Home |
Main Index |
Thread Index |
Old Index