summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-04-08 05:53:10 +0000
committerAde Lovett <ade@FreeBSD.org>2007-04-08 05:53:10 +0000
commit10e7fddb32efb6aa783e629bd0c26b7ce1922428 (patch)
treee565a6017bf9d63d29ea20f75e1e93cbac7e5ca8 /devel
parent- Update to version 2.0.5. (diff)
Unconditionally disable threading, it is apparently causing some
edge cases to fail, and the previous version of gettext was unthreaded, so we're not losing anything. Note that if you've already rebuilt gettext to 0.16.1, you only need to upgrade gettext, and not everything that depends on it. Thanks to those that reported the issue, and both gnome@ and kde@ for confirming that this change does not cause any issues there.
Notes
Notes: svn path=/head/; revision=189468
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 3941089ff7b1..8a5c6c9a5e2c 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gettext
PORTVERSION= 0.16.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
@@ -27,8 +28,8 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
EMACS="no"
-CONFIGURE_ARGS= --disable-csharp --mandir=${PREFIX}/man \
- --infodir=${PREFIX}/info
+CONFIGURE_ARGS= --disable-csharp --disable-threads \
+ --mandir=${PREFIX}/man --infodir=${PREFIX}/info
USE_LDCONFIG= yes
PLIST_SUB= VERSION=${PORTVERSION}