pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xclannad



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 09:19:19 UTC 2026

Modified Files:
        pkgsrc/games/xclannad: Makefile

Log Message:
xclannad: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/xclannad/Makefile

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

Modified files:

Index: pkgsrc/games/xclannad/Makefile
diff -u pkgsrc/games/xclannad/Makefile:1.6 pkgsrc/games/xclannad/Makefile:1.7
--- pkgsrc/games/xclannad/Makefile:1.6  Thu Apr 24 14:14:06 2025
+++ pkgsrc/games/xclannad/Makefile      Sun Jan  4 09:19:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/04/24 14:14:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/01/04 09:19:19 wiz Exp $
 #
 
 DISTNAME=      xclannad-7hc
@@ -34,6 +34,12 @@ SUBST_SED.path+=     -e 's|/usr/pkg/|${PREFI
 SUBST_SED.path+=       -e 's|/usr/X11R6/|${X11BASE}/|g'
 SUBST_SED.path+=       -e 's|/usr/X11R7/|${X11BASE}/|g'
 
+SUBST_CLASSES+=                ar
+SUBST_MESSAGE.ar=      Fixing ar(1) arguments.
+SUBST_STAGE.ar=                pre-configure
+SUBST_FILES.ar=                */Makefile.in
+SUBST_SED.ar=          -e 's| clq | cq |g'
+
 .include "../../devel/zlib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk2+=    gtk2+>=2.6.0
 .include "../../audio/SDL_mixer/buildlink3.mk"



Home | Main Index | Thread Index | Old Index