1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/ftp/prozilla/files/patch-libprozilla_ltmain.sh
Florent Thoumie 31eaf476dc - Fix compilation issue on 4.x.
- Remove .la libtool file.

PR:		ports/89537
Submitted by:	maintainer
2005-11-25 17:12:46 +00:00

16 lines
526 B
Bash

--- libprozilla/ltmain.sh.orig Fri Jan 28 12:29:23 2005
+++ libprozilla/ltmain.sh Fri Nov 25 13:05:58 2005
@@ -5620,10 +5620,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"