diff options
author | krion <krion@FreeBSD.org> | 2003-11-09 19:26:31 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-09 19:26:31 +0000 |
commit | 99ead80b6b4a8469e93961be32c4721c958ac430 (patch) | |
tree | 16bef3804c90f21545a876c0f25f3a18a519f86d /devel/libidn/files | |
parent | 7ce3dfd74727b14f6b29a8b38d99c15817d88d11 (diff) | |
download | FreeBSD-ports-99ead80b6b4a8469e93961be32c4721c958ac430.zip FreeBSD-ports-99ead80b6b4a8469e93961be32c4721c958ac430.tar.gz |
- Update to 0.3.4
Diffstat (limited to 'devel/libidn/files')
-rw-r--r-- | devel/libidn/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libidn/files/patch-ltmain.sh | 15 |
2 files changed, 15 insertions, 10 deletions
diff --git a/devel/libidn/files/patch-configure b/devel/libidn/files/patch-configure deleted file mode 100644 index 988fda9..0000000 --- a/devel/libidn/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Jul 25 17:30:46 2003 -+++ configure Fri Jul 25 17:31:45 2003 -@@ -7788,6 +7788,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/libidn/files/patch-ltmain.sh b/devel/libidn/files/patch-ltmain.sh new file mode 100644 index 0000000..6970f3e --- /dev/null +++ b/devel/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" |