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:   jperkin
Date:           Thu May  2 13:28:43 UTC 2024

Modified Files:
        pkgsrc/games/xclannad: Makefile

Log Message:
xclannad: Disable smpeg test during configure.

Hangs the build on macOS waiting for graphical input.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/games/xclannad/Makefile:1.4
--- pkgsrc/games/xclannad/Makefile:1.3  Sun Nov 12 13:21:46 2023
+++ pkgsrc/games/xclannad/Makefile      Thu May  2 13:28:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/11/12 13:21:46 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/02 13:28:43 jperkin Exp $
 #
 
 DISTNAME=      xclannad-7hc
@@ -17,6 +17,8 @@ WRKSRC=               ${WRKDIR}/xclannad-0.07h
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++03
 
+CONFIGURE_ARGS+=       --disable-smpegtest
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index