]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- use iconv() in libc
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 May 2004 13:15:37 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa-iconv-in-libc.patch -> 1.1

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

diff --git a/balsa-iconv-in-libc.patch b/balsa-iconv-in-libc.patch
new file mode 100644 (file)
index 0000000..b22769b
--- /dev/null
@@ -0,0 +1,18 @@
+--- balsa-2.0.17/configure.in.orig     Sun Mar 28 23:41:56 2004
++++ balsa-2.0.17/configure.in  Fri May  7 13:26:55 2004
+@@ -364,11 +364,12 @@
+            [if test "$with_iconv" != yes -a "$with_iconv" != no ; then
+                    CPPFLAGS="-I${with_iconv}/include $CPPFLAGS"
+                    LDFLAGS="-L${with_iconv}/lib $LDFLAGS"
+-            fi])
+- AC_CHECK_LIB(iconv, iconv_open, , [
++            fi
++          if test "$with_iconv" != no ; then
++                 AC_CHECK_LIB(iconv, iconv_open)
++          fi])
+  AC_CHECK_FUNC(iconv_open, , [
+       AC_MSG_ERROR([*** You need iconv for balsa.])
+-  ])
+ ])
+ dnl ##########################################################################
This page took 0.12989 seconds and 4 git commands to generate.