aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-05-29 17:11:49 +0000
committerAde Lovett <ade@FreeBSD.org>2007-05-29 17:11:49 +0000
commitbfe8a9ab273f573d122fd3ae04fdd85d73d0b6e2 (patch)
treeaa13a2a5810f8fe58562e3588d6b0eb0092f6a57 /devel/gettext
parent046ff7c9654c3e91ca4f6eb1b137faa6d779824a (diff)
downloadports-bfe8a9ab273f573d122fd3ae04fdd85d73d0b6e2.tar.gz
ports-bfe8a9ab273f573d122fd3ae04fdd85d73d0b6e2.zip
Fix build on -CURRENT. openmp support with gcc 4.2 is autodetected but
is broken if threads are disabled (which they are). This results in msgmerge segfaulting all over the place. Since (a) this is -CURRENT only and (b) has no effect on -STABLE, PORTREVISION is not being bumped. Submitted by: kris
Notes
Notes: svn path=/head/; revision=192323
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 110841195ec3..dbffeb1dc56b 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
EMACS="no"
-CONFIGURE_ARGS= --disable-csharp --disable-threads \
+CONFIGURE_ARGS= --disable-csharp --disable-threads --disable-openmp \
--mandir=${PREFIX}/man --infodir=${PREFIX}/info
USE_LDCONFIG= yes