From 6fb1b6516a1493d708b0cbad120d6a2bf1251b05 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 24 Oct 2018 01:15:24 +0000 Subject: user/torcs: new buggy package --- user/torcs/torcs-1.3.6-no-automake.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 user/torcs/torcs-1.3.6-no-automake.patch (limited to 'user/torcs/torcs-1.3.6-no-automake.patch') diff --git a/user/torcs/torcs-1.3.6-no-automake.patch b/user/torcs/torcs-1.3.6-no-automake.patch new file mode 100644 index 000000000..de57eeea0 --- /dev/null +++ b/user/torcs/torcs-1.3.6-no-automake.patch @@ -0,0 +1,21 @@ +torcs doesn't use automake, so it shouldn't be calling the macro + +http://bugs.gentoo.org/408473 + +--- torcs-1.3.7.orig/configure.in ++++ torcs-1.3.7/configure.in +@@ -15,9 +15,12 @@ + # + ############################################################################## + +-AC_INIT(Make-config.in) ++AC_INIT(torcs, 1.3.7) + AC_CONFIG_HEADERS(config.h) +-AM_INIT_AUTOMAKE(torcs, 1.3.7) ++dnl Workaround code using old VERSION instead of new PACKAGE_VERSION ++VERSION=$PACKAGE_VERSION ++AC_DEFINE_UNQUOTED([VERSION], "$VERSION", [old VERSION workaround]) ++AC_SUBST(VERSION) + + dnl Checks for programs. + AC_PROG_CC -- cgit v1.2.3-60-g2f50