]> git.pld-linux.org Git - packages/id3lib.git/commitdiff
- prefer iconv() in libc
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 6 May 2004 14:57:34 +0000 (14:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    id3lib-iconv-in-libc.patch -> 1.1

id3lib-iconv-in-libc.patch [new file with mode: 0644]

diff --git a/id3lib-iconv-in-libc.patch b/id3lib-iconv-in-libc.patch
new file mode 100644 (file)
index 0000000..cab9eab
--- /dev/null
@@ -0,0 +1,19 @@
+--- id3lib-3.8.3/configure.in.orig     Thu May  6 16:33:45 2004
++++ id3lib-3.8.3/configure.in  Thu May  6 16:38:37 2004
+@@ -149,12 +149,12 @@
+   if test ! x$silent = xyes; then
+     exec 6>&1
+   fi
+-  #standalone library rules over libc
+-  if test $iconv_in_iconv = 1 -o $libiconv_in_iconv = 1; then
++  #standalone library rules over libc? NO WAY.
++  if test $iconv_in_libc = 1; then
++    AC_MSG_RESULT(libc)
++  elif test $iconv_in_iconv = 1 -o $libiconv_in_iconv = 1; then
+     AC_MSG_RESULT(libiconv)
+     ICONV_LIB=-liconv
+-  elif test $iconv_in_libc = 1; then
+-    AC_MSG_RESULT(libc)
+   else
+     AC_MSG_RESULT(not found (panic))
+     AC_MSG_ERROR([iconv.h found, while iconv library not found])
This page took 0.074785 seconds and 4 git commands to generate.