From 121a7e573ea6c5123ef3f0265b180319602328fa Mon Sep 17 00:00:00 2001 From: olgeni Date: Sat, 12 Oct 2002 20:35:12 +0000 Subject: Get rid of .la files. --- x11-toolkits/gtk-xfce-engine/files/patch-ltmain.sh | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 x11-toolkits/gtk-xfce-engine/files/patch-ltmain.sh (limited to 'x11-toolkits') diff --git a/x11-toolkits/gtk-xfce-engine/files/patch-ltmain.sh b/x11-toolkits/gtk-xfce-engine/files/patch-ltmain.sh new file mode 100644 index 00000000000..eaa6b151907 --- /dev/null +++ b/x11-toolkits/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" -- cgit