From 449a928eea07416fb2c4e7ce5f02faae8c31155d Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 18 Mar 2002 11:26:13 +0000 Subject: Iconv cleanup, stage 2a: remove patches that only replacing with or -liconv with -lgiconv. --- deskutils/mrproject/files/patch-configure | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 deskutils/mrproject/files/patch-configure (limited to 'deskutils/mrproject/files/patch-configure') diff --git a/deskutils/mrproject/files/patch-configure b/deskutils/mrproject/files/patch-configure deleted file mode 100644 index 6c749202d18f..000000000000 --- a/deskutils/mrproject/files/patch-configure +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Sun Jan 27 18:08:12 2002 -+++ configure Sun Jan 27 18:08:30 2002 -@@ -7468,12 +7468,12 @@ - rm -f conftest* - if test "$am_cv_func_iconv" != yes; then - am_save_LIBS="$LIBS" -- LIBS="$LIBS -liconv" -+ LIBS="$LIBS -lgiconv" - cat > conftest.$ac_ext < --#include -+#include - int main() { - iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); -@@ -7549,7 +7549,7 @@ - fi - LIBICONV= - if test "$am_cv_lib_iconv" = yes; then -- LIBICONV="-liconv" -+ LIBICONV="-lgiconv" - fi - - -- cgit v1.2.3