1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-23 03:21:26 +02:00

Added windowmaker + experimental patch for fixing language icon on titlebar

This commit is contained in:
root
2010-07-18 13:16:44 +02:00
parent 7bc474d009
commit 29608b8072
14 changed files with 906 additions and 2 deletions
@@ -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