summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-10-12 20:35:12 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-10-12 20:35:12 +0000
commit17e0d651045849daacd98b780cc852df643fa48b (patch)
treef156df7a8991cb164bb773458f8670c86e984721 /x11-themes
parentVendor made minor code changes with no version bump. Label this as (diff)
Get rid of .la files.
Notes
Notes: svn path=/head/; revision=67899
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-xfce-engine/files/patch-ltmain.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/gtk-xfce-engine/files/patch-ltmain.sh b/x11-themes/gtk-xfce-engine/files/patch-ltmain.sh
new file mode 100644
index 000000000000..eaa6b1519078
--- /dev/null
+++ b/x11-themes/gtk-xfce-engine/files/patch-ltmain.sh
@@ -0,0 +1,25 @@
+--- 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"