Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: xorg-server-1.4.0.90-automake-1.10.1-fixup.patch
Date: Fri, 18 Apr 2008 21:29:17
Message-Id: E1Jmy8w-00016u-Il@stork.gentoo.org
1 compnerd 08/04/18 21:29:14
2
3 Added: xorg-server-1.4.0.90-automake-1.10.1-fixup.patch
4 Log:
5 add patch to fix building with new automake
6 (Portage version: 2.1.5_rc2, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 x11-base/xorg-server/files/xorg-server-1.4.0.90-automake-1.10.1-fixup.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/files/xorg-server-1.4.0.90-automake-1.10.1-fixup.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/files/xorg-server-1.4.0.90-automake-1.10.1-fixup.patch?rev=1.1&content-type=text/plain
13
14 Index: xorg-server-1.4.0.90-automake-1.10.1-fixup.patch
15 ===================================================================
16 --- configure.ac.orig 2008-04-17 16:53:09.000000000 -0500
17 +++ configure.ac 2008-04-17 16:53:29.000000000 -0500
18 @@ -1962,7 +1962,9 @@
19
20 AC_SUBST([DIX_CFLAGS])
21
22 -AC_SUBST([libdir exec_prefix prefix])
23 +AC_SUBST([libdir])
24 +AC_SUBST([exec_prefix])
25 +AC_SUBST([prefix])
26
27 # Man page sections - used in config utils & generating man pages
28 XORG_MANPAGE_SECTIONS
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list