diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 21:08:49 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 21:08:49 +0000 |
commit | 71af53a84011054d3dbbb78ce5cafdee3f331195 (patch) | |
tree | 75b61e5c8a9489f507cf817fd647005a67f2be22 /devel/jakelib2/files/patch-ltmain.sh | |
parent | ETF is a port of the mod Q3F for Quake 3 Arena and is based off the (diff) |
USE_LIBTOOL instead of local patch
Notes
Notes:
svn path=/head/; revision=133361
Diffstat (limited to 'devel/jakelib2/files/patch-ltmain.sh')
-rw-r--r-- | devel/jakelib2/files/patch-ltmain.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/jakelib2/files/patch-ltmain.sh b/devel/jakelib2/files/patch-ltmain.sh deleted file mode 100644 index 128873800355..000000000000 --- a/devel/jakelib2/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Fri Oct 24 09:34:59 2003 -+++ ltmain.sh Fri Oct 24 09:35:12 2003 -@@ -4175,10 +4175,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" |