]> git.pld-linux.org Git - packages/pilot-link.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Jun 2003 14:37:37 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pilot-link-configure.patch -> 1.2

pilot-link-configure.patch [deleted file]

diff --git a/pilot-link-configure.patch b/pilot-link-configure.patch
deleted file mode 100644 (file)
index ea10a47..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur pilot-link-0.11.6-orig/configure.in pilot-link-0.11.6/configure.in
---- pilot-link-0.11.6-orig/configure.in        Wed Dec 25 02:46:13 2002
-+++ pilot-link-0.11.6/configure.in     Thu Jan 16 13:48:36 2003
-@@ -246,13 +246,13 @@
-       cd = iconv_open ("UTF-8", "CP1252");
-       if (!cd)
--              exit 1
-+               { exit(1); }
-       if (iconv (cd, &pc, &pc_len, &trans, &utf8_len) == -1 || pc_len != 0)
--              exit 1
-+              { exit(1); }
-       if (memcmp (utf8, transbuf, utf8_real_len) != 0)
--              exit 1
-+              { exit(1); }
--      exit 0
-+      exit(0);
- }], AC_MSG_RESULT(yes); have_iconv=yes, [AC_MSG_RESULT(no);], AC_MSG_RESULT(not cross compiling);)])])
- dnl ##  Fixed AC_TRY_RUN warning, missing third argument. -DD 22/01/2002
This page took 0.048719 seconds and 4 git commands to generate.