diff options
author | will <will@FreeBSD.org> | 2000-12-21 15:07:39 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-21 15:07:39 +0800 |
commit | 48f8ea30bfef959a1d1a0bb49b594ede341f6d02 (patch) | |
tree | 18ea3e69c7fd58ba7f0b06456db831e3f700c156 /audio/id3lib/files | |
parent | f5444e73cb0b4ce01932a1a503976af2780a307e (diff) | |
download | freebsd-ports-gnome-48f8ea30bfef959a1d1a0bb49b594ede341f6d02.tar.gz freebsd-ports-gnome-48f8ea30bfef959a1d1a0bb49b594ede341f6d02.tar.zst freebsd-ports-gnome-48f8ea30bfef959a1d1a0bb49b594ede341f6d02.zip |
Make id3lib use libtool correctly. Use automake/autoconf along with a patch
to configure.in instead of configure. Sort plist. Remove redundate
GNU_CONFIGURE. Use LOCALBASE in CONFIGURE_ENV rather than PREFIX.
PR: 22584
Submitted by: Espen Skoglund <esk@ira.uka.de>
Diffstat (limited to 'audio/id3lib/files')
-rw-r--r-- | audio/id3lib/files/patch-aa | 59 |
1 files changed, 19 insertions, 40 deletions
diff --git a/audio/id3lib/files/patch-aa b/audio/id3lib/files/patch-aa index 05f8de3ec76e..fa6124e4ae51 100644 --- a/audio/id3lib/files/patch-aa +++ b/audio/id3lib/files/patch-aa @@ -1,43 +1,22 @@ ---- configure.orig Fri Sep 15 03:14:06 2000 -+++ configure Thu Oct 26 03:26:10 2000 -@@ -2200,7 +2200,7 @@ +--- configure.in.orig Fri Nov 3 19:29:51 2000 ++++ configure.in Fri Nov 3 19:29:28 2000 +@@ -143,7 +143,7 @@ + ) + AC_LANG_SAVE + AC_LANG_CPLUSPLUS +-AC_CHECK_HEADER(iostream.h iomanip.h) ++AC_CHECK_HEADERS(iostream.h iomanip.h) - fi + dnl Check for functions. + AC_FUNC_MEMCMP +--- Makefile.am.orig Fri Nov 3 19:29:40 2000 ++++ Makefile.am Fri Nov 3 19:30:12 2000 +@@ -32,7 +32,7 @@ + popt_subdir = + endif --for ac_hdr in zlib.h wchar.h sys/param.h popt.h -+for ac_hdr in zlib.h sys/param.h popt.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -2296,16 +2296,18 @@ - ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' - cross_compiling=$ac_cv_prog_cxx_cross +-SUBDIRS = . m4 $(popt_subdir) $(zlib_subdir) doc include src examples ++SUBDIRS = . m4 doc include src examples + DIST_SUBDIRS = . m4 popt zlib doc include src examples --ac_safe=`echo "iostream.h iomanip.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for iostream.h iomanip.h""... $ac_c" 1>&6 --echo "configure:2302: checking for iostream.h iomanip.h" >&5 -+for ac_hdr in iostream.h iomanip.h -+do -+ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -+echo "configure:2302: checking for $ac_hdr" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 2307 "configure" - #include "confdefs.h" --#include <iostream.h iomanip.h> -+#include <$ac_hdr> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:2312: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -2328,7 +2330,7 @@ - else - echo "$ac_t""no" 1>&6 - fi -- -+done - - echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 - echo "configure:2335: checking for 8-bit clean memcmp" >&5 + INCLUDES = @ID3LIB_DEBUG_FLAGS@ |