diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-11 10:47:27 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-11 10:47:27 +0000 |
commit | 3b71825bf122d9b30368a17225090c2fc6d23557 (patch) | |
tree | 87c948065decbc3fb00310d8029ace34dab67089 /x11-wm/windowmaker | |
parent | dev-dotnet/xsp: fixed digests (bug #192076) (diff) | |
download | gentoo-2-3b71825bf122d9b30368a17225090c2fc6d23557.tar.gz gentoo-2-3b71825bf122d9b30368a17225090c2fc6d23557.tar.bz2 gentoo-2-3b71825bf122d9b30368a17225090c2fc6d23557.zip |
Added missing patch
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-configure.patch | 23 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index ad3efded58d1..72c0e656bff5 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.83 2007/09/10 19:23:21 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.84 2007/09/11 10:47:26 voyageur Exp $ + + 11 Sep 2007; Bernard Cafarelli <voyageur@gentoo.org> + +files/0.92.0/windowmaker-0.92.0-configure.patch: + Add missing patch, bug #192104 *windowmaker-0.92.0-r4 (10 Sep 2007) diff --git a/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-configure.patch b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-configure.patch new file mode 100644 index 000000000000..e3b50acf84ec --- /dev/null +++ b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-configure.patch @@ -0,0 +1,23 @@ +--- configure.ac.orig 2007-08-27 00:51:31.000000000 +0200 ++++ configure.ac 2007-08-27 00:52:14.000000000 +0200 +@@ -197,7 +197,7 @@ + + AC_CACHE_CHECK(whether gcc supports x86 inline asm, + ac_cv_c_inline_asm, +- [AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n":: ++ [AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n\t pushal\n\t popal":: + "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x), + "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x));}], + ac_cv_c_inline_asm=yes, +@@ -840,11 +840,6 @@ + else + gnustepdir=$appspath + +- if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then +- gnustepdir=`echo "$GNUSTEP_LOCAL_ROOT" | sed -e "s|^${prefix}|prefix|"` +- gnustepdir=`echo $gnustepdir | sed -e 's|^prefix|${prefix}|'` +- fi +- + wprefs_base_dir=$gnustepdir/Applications + wprefs_datadir=$wprefs_base_dir/WPrefs.app + wprefs_bindir=$wprefs_base_dir/WPrefs.app |