pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/freecell-solver



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Sep 18 19:06:27 UTC 2022

Modified Files:
        pkgsrc/games/freecell-solver: Makefile

Log Message:
games/freecell-solver: pull in gmp for 128-bit ints on powerpc.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/freecell-solver/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/freecell-solver/Makefile
diff -u pkgsrc/games/freecell-solver/Makefile:1.6 pkgsrc/games/freecell-solver/Makefile:1.7
--- pkgsrc/games/freecell-solver/Makefile:1.6   Thu Jun 30 11:18:24 2022
+++ pkgsrc/games/freecell-solver/Makefile       Sun Sep 18 19:06:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/06/30 11:18:24 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/18 19:06:27 he Exp $
 
 DISTNAME=      freecell-solver-5.14.0
 PKGREVISION=   5
@@ -40,6 +40,11 @@ SUBST_MESSAGE.man=   Fix man dir.
 SUBST_FILES.man=       cmake/Shlomif_Common.cmake
 SUBST_SED.man=         -e 's:share/man:man:'
 
+.if ${MACHINE_ARCH} == "powerpc"
+# for 128-bit ints
+.include "../../devel/gmp/buildlink3.mk"
+.endif
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index