summaryrefslogtreecommitdiff
path: root/ftp/prozilla/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-25 17:12:46 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-25 17:12:46 +0000
commit31eaf476dc810936ea076a33c75f42a84e8ff6e0 (patch)
tree95486f0b6385b197e6b20052527e21cffa65e221 /ftp/prozilla/files/patch-ltmain.sh
parent- Add SHA256 (diff)
- Fix compilation issue on 4.x.
- Remove .la libtool file. PR: ports/89537 Submitted by: maintainer
Diffstat (limited to 'ftp/prozilla/files/patch-ltmain.sh')
-rw-r--r--ftp/prozilla/files/patch-ltmain.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/ftp/prozilla/files/patch-ltmain.sh b/ftp/prozilla/files/patch-ltmain.sh
deleted file mode 100644
index 7f883792c4f8..000000000000
--- a/ftp/prozilla/files/patch-ltmain.sh
+++ /dev/null
@@ -1,16 +0,0 @@
---- ltmain.sh.orig Wed Nov 2 13:02:43 2005
-+++ ltmain.sh Thu Nov 10 16:33:44 2005
-@@ -5771,11 +5771,13 @@
- IFS="$save_ifs"
- fi
-
-+ if /usr/bin/false; then
- # Install the pseudo-library for information purposes.
- 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"