diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-09 19:26:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-09 19:26:31 +0000 |
commit | 2d9fc12a5ccbee8f0bd1bfc6f6efa459a98a38cb (patch) | |
tree | 4ab8b504ceb01d503fba0dd3600185c6445fe351 /dns/libidn/files/patch-ltmain.sh | |
parent | Switch master port to ports/x11-toolkits/wxgtk. (diff) |
- Update to 0.3.4
Notes
Notes:
svn path=/head/; revision=93576
Diffstat (limited to 'dns/libidn/files/patch-ltmain.sh')
-rw-r--r-- | dns/libidn/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dns/libidn/files/patch-ltmain.sh b/dns/libidn/files/patch-ltmain.sh new file mode 100644 index 000000000000..6970f3e4a727 --- /dev/null +++ b/dns/libidn/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Sun Nov 9 20:11:04 2003 ++++ ltmain.sh Sun Nov 9 20:12:16 2003 +@@ -5668,10 +5668,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" |