]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- outdated
authorspeedy <speedy@pld-linux.org>
Sat, 4 Jun 2005 10:15:39 +0000 (10: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.2

balsa-iconv-in-libc.patch [deleted file]

diff --git a/balsa-iconv-in-libc.patch b/balsa-iconv-in-libc.patch
deleted file mode 100644 (file)
index b22769b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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.093458 seconds and 4 git commands to generate.