diff options
author | tron <tron> | 2001-01-14 12:19:34 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-14 12:19:34 +0000 |
commit | 7393019ac88fda5b375b8a06b2d284a11919fb77 (patch) | |
tree | 4b49944bbcc6f6e82dcda3b1734dfc4fec1d636f /net/ORBit/patches | |
parent | 00e922a459af6299575ac5ee9b016541d56ae2e7 (diff) | |
download | pkgsrc-7393019ac88fda5b375b8a06b2d284a11919fb77.tar.gz |
Don't explictly check for the GNU "xgettext". The Solaris one works fine.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ORBit/patches/patch-aa b/net/ORBit/patches/patch-aa new file mode 100644 index 00000000000..7b2431827e1 --- /dev/null +++ b/net/ORBit/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.8 2001/01/14 12:19:35 tron Exp $ + +--- popt/configure.in.orig Wed May 31 02:55:40 2000 ++++ popt/configure.in Sun Jan 14 12:52:56 2001 +@@ -59,12 +59,6 @@ + AC_MSG_RESULT(no) + fi + +-AC_MSG_CHECKING(for GNU xgettext) +-xgettext --version 2>&1 | grep 'GNU gettext' >/dev/null 2>&1 || AC_MSG_ERROR([ +-*** GNU gettext is required. The latest version +-*** is always available from ftp://ftp.gnu.org/gnu/gettext/.]) +-AC_MSG_RESULT(yes) +- + AC_CHECK_FUNCS(strerror mtrace) + dnl AC_CHECK_FUNCS(gettext) + dnl AC_CHECK_FUNCS(dgettext) |