mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pinball: Update to 3.1.20201218.
* gnu/packages/games.scm (pinball): Update to 3.1.20201218. [source]: Tarballs no longer published on sourceforge, so use git-fetch. [native-inputs]: New field for bootstrapping inputs. [inputs]: Add libltdl. [arguments]: Add custom 'bootstrap' phase. * gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches. * gnu/local.mk (dist_patch_DATA): Remove them.
This commit is contained in:
parent
8aab6e0dfb
commit
a1a7a33b17
7 changed files with 34 additions and 206 deletions
|
@ -1,18 +1,10 @@
|
|||
--- pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100
|
||||
+++ pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100
|
||||
@@ -22,14 +22,12 @@
|
||||
[ --with-cxxflags=CXXFLAGS use CXXFLAGS as compile time arguments.],
|
||||
[CXXFLAGS=$with_cxxflags; export CXXFLAGS])
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
-AC_CONFIG_SUBDIRS(libltdl)
|
||||
-
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
AC_LIBTOOL_DLOPEN
|
||||
-AC_LIBLTDL_CONVENIENCE
|
||||
+LTDL_INIT
|
||||
AC_PROG_LIBTOOL
|
||||
-SUBDIRS = libltdl addon base data src test
|
||||
+SUBDIRS = addon base data src test
|
||||
|
||||
EXTRA_DIST = bootstrap pinball.spec clean pinball.desktop
|
||||
|
||||
AC_SUBST(INCLTDL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue