pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/freeciv-client
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 2 13:30:26 UTC 2024
Modified Files:
pkgsrc/games/freeciv-client: Makefile
Log Message:
freeciv-client: Disable SDL test during configure.
Hangs the build on macOS waiting for graphical input.
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 pkgsrc/games/freeciv-client/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/freeciv-client/Makefile
diff -u pkgsrc/games/freeciv-client/Makefile:1.129 pkgsrc/games/freeciv-client/Makefile:1.130
--- pkgsrc/games/freeciv-client/Makefile:1.129 Sun Apr 7 07:34:01 2024
+++ pkgsrc/games/freeciv-client/Makefile Thu May 2 13:30:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.129 2024/04/07 07:34:01 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2024/05/02 13:30:26 jperkin Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 14
@@ -9,6 +9,7 @@ DEPENDS+= freeciv-share>=${FC_VERS}:../.
CONFLICTS= freeciv-client-gtk<=1.11.4
USE_TOOLS+= pkg-config
+CONFIGURE_ARGS+= --disable-sdltest
CONFIGURE_ARGS+= --disable-server
.include "../../games/freeciv-share/suppress_installation.mk"
Home |
Main Index |
Thread Index |
Old Index