Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config/files: 0.3.34-bsdmake.patch
Date: Wed, 21 Jan 2009 22:05:04
Message-Id: E1LPlC1-0008U5-Vv@stork.gentoo.org
1 aballier 09/01/21 22:05:01
2
3 Added: 0.3.34-bsdmake.patch
4 Log:
5 Fix build with make=bsd make and keyword ~x86-fbsd, bug #236775
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/pyxf86config/files/0.3.34-bsdmake.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/files/0.3.34-bsdmake.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/files/0.3.34-bsdmake.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.3.34-bsdmake.patch
15 ===================================================================
16 Dont set MAKE=make, this breaks if we invoke it with say gmake and make is bsd
17 make.
18
19 https://bugzilla.redhat.com/show_bug.cgi?id=461597
20
21
22 --- configure.in.old 2008-06-01 16:24:13 +0000
23 +++ configure.in 2008-06-01 16:24:23 +0000
24 @@ -7,8 +7,6 @@
25 AC_PROG_CC
26 AC_ISC_POSIX
27 AC_PROG_LN_S
28 -AC_PATH_PROG(MAKE,make)
29 -AC_PROG_MAKE_SET
30 AC_PROG_AWK
31
32 AM_PROG_LIBTOOL