Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/windowmaker/files/0.92.0: windowmaker-0.92.0-configure.patch
Date: Tue, 11 Sep 2007 11:14:43
Message-Id: E1IV3HD-00077v-P1@stork.gentoo.org
1 voyageur 07/09/11 10:47:27
2
3 Added: windowmaker-0.92.0-configure.patch
4 Log:
5 Added missing patch
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-configure.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-configure.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-configure.patch?rev=1.1&content-type=text/plain
13
14 Index: windowmaker-0.92.0-configure.patch
15 ===================================================================
16 --- configure.ac.orig 2007-08-27 00:51:31.000000000 +0200
17 +++ configure.ac 2007-08-27 00:52:14.000000000 +0200
18 @@ -197,7 +197,7 @@
19
20 AC_CACHE_CHECK(whether gcc supports x86 inline asm,
21 ac_cv_c_inline_asm,
22 - [AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n"::
23 + [AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n\t pushal\n\t popal"::
24 "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x),
25 "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x));}],
26 ac_cv_c_inline_asm=yes,
27 @@ -840,11 +840,6 @@
28 else
29 gnustepdir=$appspath
30
31 - if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then
32 - gnustepdir=`echo "$GNUSTEP_LOCAL_ROOT" | sed -e "s|^${prefix}|prefix|"`
33 - gnustepdir=`echo $gnustepdir | sed -e 's|^prefix|${prefix}|'`
34 - fi
35 -
36 wprefs_base_dir=$gnustepdir/Applications
37 wprefs_datadir=$wprefs_base_dir/WPrefs.app
38 wprefs_bindir=$wprefs_base_dir/WPrefs.app
39
40
41
42 --
43 gentoo-commits@g.o mailing list