aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-xfce-engine
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-04-15 00:36:03 +0800
committeroliver <oliver@FreeBSD.org>2005-04-15 00:36:03 +0800
commit6300ae04e6cdec020f2fd5861d04fef5d7fef9de (patch)
treefc16136398a7cc8550a28a232390d991a592f6b9 /x11-themes/gtk-xfce-engine
parent40557718985d3f94eff179dc052ec6529c4277a7 (diff)
downloadfreebsd-ports-gnome-6300ae04e6cdec020f2fd5861d04fef5d7fef9de.tar.gz
freebsd-ports-gnome-6300ae04e6cdec020f2fd5861d04fef5d7fef9de.tar.zst
freebsd-ports-gnome-6300ae04e6cdec020f2fd5861d04fef5d7fef9de.zip
remove not needed patch
Submitted By: vs
Diffstat (limited to 'x11-themes/gtk-xfce-engine')
-rw-r--r--x11-themes/gtk-xfce-engine/files/patch-ltmain.sh25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-themes/gtk-xfce-engine/files/patch-ltmain.sh b/x11-themes/gtk-xfce-engine/files/patch-ltmain.sh
deleted file mode 100644
index eaa6b1519078..000000000000
--- a/x11-themes/gtk-xfce-engine/files/patch-ltmain.sh
+++ /dev/null
@@ -1,25 +0,0 @@
---- ltmain.sh.orig Sat Oct 12 22:28:58 2002
-+++ ltmain.sh Sat Oct 12 22:30:31 2002
-@@ -1058,6 +1058,9 @@
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-@@ -4258,10 +4261,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"