ports/devel/zthread/files/patch-ltmain.sh
Pav Lucistnik 8afefff003 - Update to 2.3.1 [1]
- Use gcc33 on 4.x because it provokes Internal compiler error with 2.95 [2]

PR:		ports/65014 [1], ports/65688 [2]
Submitted by:	ijliao [1], Stefan Grundmann <sg-sendpr@waset.de> [2]
Approved by:	maintainer timeout (17 days)
2004-04-18 15:40:54 +00:00

15 lines
503 B
Bash

--- ltmain.sh.orig Thu Apr 1 11:53:22 2004
+++ ltmain.sh Thu Apr 1 11:53:33 2004
@@ -4210,10 +4210,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"