diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-19 16:09:14 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-19 16:09:14 +0000 |
commit | 8469a18e508dc52ebad527067e84c7de40a83509 (patch) | |
tree | 2f6861d6e3ce5cc5812d3464a3c46505eabaee72 /devel/gettext/files/patch-gettext-tools_config.h.in | |
parent | - update to version 3.75 (diff) |
- eliminate dependency on libexpat on >= 5.0
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html>
Reviewed by: ports@
Diffstat (limited to 'devel/gettext/files/patch-gettext-tools_config.h.in')
-rw-r--r-- | devel/gettext/files/patch-gettext-tools_config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-gettext-tools_config.h.in b/devel/gettext/files/patch-gettext-tools_config.h.in new file mode 100644 index 000000000000..cab5933fd92b --- /dev/null +++ b/devel/gettext/files/patch-gettext-tools_config.h.in @@ -0,0 +1,12 @@ +--- gettext-tools/config.h.in.orig Sat Aug 28 11:50:21 2004 ++++ gettext-tools/config.h.in Sat Aug 28 11:51:26 2004 +@@ -45,6 +45,9 @@ + /* Define to 1 if you have the `atexit' function. */ + #undef HAVE_ATEXIT + ++/* Define if the expat library is bsdxml. */ ++#undef HAVE_BSDXML ++ + /* Define to 1 if you have the `btowc' function. */ + #undef HAVE_BTOWC + |