]> git.pld-linux.org Git - packages/id3lib.git/commitdiff
- patch to preserve using embedded popt and zlib
authormarcus <marcus@pld-linux.org>
Sun, 14 Apr 2002 19:22:19 +0000 (19:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    id3lib-nozlibpopt.patch -> 1.1

id3lib-nozlibpopt.patch [new file with mode: 0644]

diff --git a/id3lib-nozlibpopt.patch b/id3lib-nozlibpopt.patch
new file mode 100644 (file)
index 0000000..6891bfe
--- /dev/null
@@ -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                      \
This page took 0.050398 seconds and 4 git commands to generate.