diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
commit | 267c972eab297e87ce7c16314746799098e8dac4 (patch) | |
tree | 2af683a87fe7ce45af6afa790164c7aaae743d86 /deskutils/mrproject | |
parent | 7946383043a99d6c49d37abb276828dde02d26a3 (diff) | |
download | FreeBSD-ports-267c972eab297e87ce7c16314746799098e8dac4.zip FreeBSD-ports-267c972eab297e87ce7c16314746799098e8dac4.tar.gz |
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Diffstat (limited to 'deskutils/mrproject')
-rw-r--r-- | deskutils/mrproject/files/patch-configure | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/deskutils/mrproject/files/patch-configure b/deskutils/mrproject/files/patch-configure deleted file mode 100644 index 6c74920..0000000 --- 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 <<EOF - #line 7474 "configure" - #include "confdefs.h" - #include <stdlib.h> --#include <iconv.h> -+#include <giconv.h> - 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 - - |