diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
commit | 449a928eea07416fb2c4e7ce5f02faae8c31155d (patch) | |
tree | 32461f0eea9317c27ab59afa60d1e17c3884eefe /deskutils | |
parent | dc2cf7c4bcbf813c9744705b37346b1c0da6f0a3 (diff) | |
download | ports-449a928eea07416fb2c4e7ce5f02faae8c31155d.tar.gz ports-449a928eea07416fb2c4e7ce5f02faae8c31155d.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnucash/files/patch-intl::gettextP.h | 14 | ||||
-rw-r--r-- | deskutils/mrproject/files/patch-configure | 26 | ||||
-rw-r--r-- | deskutils/planner/files/patch-configure | 26 |
3 files changed, 0 insertions, 66 deletions
diff --git a/deskutils/gnucash/files/patch-intl::gettextP.h b/deskutils/gnucash/files/patch-intl::gettextP.h deleted file mode 100644 index 93e8fc70bd28..000000000000 --- a/deskutils/gnucash/files/patch-intl::gettextP.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- intl/gettextP.h 2001/07/27 15:27:33 1.1 -+++ intl/gettextP.h 2001/07/27 15:27:49 -@@ -25,7 +25,7 @@ - # include "../iconv/gconv_int.h" - #else - # if HAVE_ICONV --# include <iconv.h> -+# include <giconv.h> - # endif - #endif - 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 <<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 - - diff --git a/deskutils/planner/files/patch-configure b/deskutils/planner/files/patch-configure deleted file mode 100644 index 6c749202d18f..000000000000 --- a/deskutils/planner/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 - - |