diff options
Diffstat (limited to 'x11-wm/xfce/files')
-rw-r--r-- | x11-wm/xfce/files/patch-ltmain.sh | 49 | ||||
-rw-r--r-- | x11-wm/xfce/files/patch-other::xinitrc.in | 14 | ||||
-rw-r--r-- | x11-wm/xfce/files/patch-xfce::taskbar.c | 10 |
3 files changed, 0 insertions, 73 deletions
diff --git a/x11-wm/xfce/files/patch-ltmain.sh b/x11-wm/xfce/files/patch-ltmain.sh deleted file mode 100644 index 6b912f295..000000000 --- a/x11-wm/xfce/files/patch-ltmain.sh +++ /dev/null @@ -1,49 +0,0 @@ ---- ltmain.sh.orig Mon Jun 10 05:25:37 2002 -+++ ltmain.sh Tue Nov 12 03:09:05 2002 -@@ -962,6 +962,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -1054,14 +1055,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2471,7 +2472,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4258,10 +4259,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11-wm/xfce/files/patch-other::xinitrc.in b/x11-wm/xfce/files/patch-other::xinitrc.in deleted file mode 100644 index 75df757ba..000000000 --- a/x11-wm/xfce/files/patch-other::xinitrc.in +++ /dev/null @@ -1,14 +0,0 @@ ---- other/xinitrc.in.orig Thu May 23 06:24:35 2002 -+++ other/xinitrc.in Tue Nov 19 04:22:00 2002 -@@ -41,7 +41,10 @@ - # fi - - # Launch xscreensaver (if available) --xscreensaver -no-splash & -+XBINDIR=%%X11BASE%%/bin -+if [ -x $XBINDIR/xscreensaver ]; then -+ xscreensaver -no-splash & -+fi - - # Finally, launch XFce window manager - exec xfwm diff --git a/x11-wm/xfce/files/patch-xfce::taskbar.c b/x11-wm/xfce/files/patch-xfce::taskbar.c deleted file mode 100644 index 9656aed6c..000000000 --- a/x11-wm/xfce/files/patch-xfce::taskbar.c +++ /dev/null @@ -1,10 +0,0 @@ ---- xfce/taskbar.c.old Fri Aug 6 23:00:40 2004 -+++ xfce/taskbar.c Fri Aug 6 23:01:03 2004 -@@ -1697,6 +1697,7 @@ - fprintf(f,"\tSortByUnsorted\n"); - break; - default: -+ break; - } - } - |