diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-02 22:36:31 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-02 22:36:31 +0000 |
commit | dd56d6d55e72e417ea3587d373496d2fca159128 (patch) | |
tree | 0b89b7f9f9daa85490b8e244ca0d0c897e7e412c /audio/easytag/files | |
parent | a1362c08358492bd1937b40022a0d8e40ab7176d (diff) | |
download | ports-dd56d6d55e72e417ea3587d373496d2fca159128.tar.gz ports-dd56d6d55e72e417ea3587d373496d2fca159128.zip |
Update to 0.19
PR: 37682
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=58470
Diffstat (limited to 'audio/easytag/files')
-rw-r--r-- | audio/easytag/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/easytag/files/patch-ltmain.sh | 12 |
2 files changed, 10 insertions, 12 deletions
diff --git a/audio/easytag/files/patch-configure b/audio/easytag/files/patch-configure new file mode 100644 index 000000000000..b7df7145b2f1 --- /dev/null +++ b/audio/easytag/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Apr 23 01:10:34 2002 ++++ configure Sun Apr 28 17:39:02 2002 +@@ -5195,6 +5195,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/audio/easytag/files/patch-ltmain.sh b/audio/easytag/files/patch-ltmain.sh deleted file mode 100644 index 7b3e14b8b30f..000000000000 --- a/audio/easytag/files/patch-ltmain.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- ltmain.sh.orig Sun Mar 3 07:38:00 2002 -+++ ltmain.sh Fri Mar 8 01:58:58 2002 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then |