summaryrefslogtreecommitdiff
path: root/net/ORBit/patches
diff options
context:
space:
mode:
authortron <tron>2001-01-14 12:19:34 +0000
committertron <tron>2001-01-14 12:19:34 +0000
commit7393019ac88fda5b375b8a06b2d284a11919fb77 (patch)
tree4b49944bbcc6f6e82dcda3b1734dfc4fec1d636f /net/ORBit/patches
parent00e922a459af6299575ac5ee9b016541d56ae2e7 (diff)
downloadpkgsrc-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-aa17
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)