From: marcus Date: Sun, 14 Apr 2002 19:22:19 +0000 (+0000) Subject: - patch to preserve using embedded popt and zlib X-Git-Tag: RA-1_0~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=c0597b3610c367614cca337143c8e9b5d92cfc2f;p=packages%2Fid3lib.git - patch to preserve using embedded popt and zlib Changed files: id3lib-nozlibpopt.patch -> 1.1 --- diff --git a/id3lib-nozlibpopt.patch b/id3lib-nozlibpopt.patch new file mode 100644 index 0000000..6891bfe --- /dev/null +++ b/id3lib-nozlibpopt.patch @@ -0,0 +1,23 @@ +--- id3lib-3.7.13/configure.in.orig Sun Apr 14 19:05:44 2002 ++++ id3lib-3.7.13/configure.in Sun Apr 14 19:06:12 2002 +@@ -204,13 +204,13 @@ + AC_DEFINE_UNQUOTED(_ID3_COMPILED_WITH_DEBUGGING, "${enable_debug}") + + CONDITIONAL_SUBDIRS= +-if test "x$ac_cv_lib_popt_poptGetContext" = "xno"; then +- CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS popt" +-fi +-if test "x$ac_cv_lib_z_uncompress" = "xno"; then +- CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS zlib" +-fi +-AC_CONFIG_SUBDIRS(zlib popt) ++#if test "x$ac_cv_lib_popt_poptGetContext" = "xno"; then ++# CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS popt" ++#fi ++#if test "x$ac_cv_lib_z_uncompress" = "xno"; then ++# CONDITIONAL_SUBDIRS="$CONDITIONAL_SUBDIRS zlib" ++#fi ++#AC_CONFIG_SUBDIRS(zlib popt) + + AC_OUTPUT( \ + Makefile \