- fix iconv configure check so that it compiles under powerpc
from evolution CVS ok jasper@
This commit is contained in:
parent
c3355a1920
commit
7a4db6d0f9
11
databases/evolution-data-server/patches/patch-configure
Normal file
11
databases/evolution-data-server/patches/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2007/06/26 16:56:54 ajacoutot Exp $
|
||||
--- configure.orig Tue Jun 26 10:14:34 2007
|
||||
+++ configure Tue Jun 26 10:14:49 2007
|
||||
@@ -25364,6 +25364,7 @@ int main (int argc, char **argv)
|
||||
{
|
||||
iconv_t cd;
|
||||
cd = iconv_open ("UTF-8", "ISO-8859-1");
|
||||
+ exit (0);
|
||||
}
|
||||
|
||||
_ACEOF
|
Loading…
Reference in New Issue
Block a user