diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-05-29 17:11:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-05-29 17:11:49 +0000 |
commit | bfe8a9ab273f573d122fd3ae04fdd85d73d0b6e2 (patch) | |
tree | aa13a2a5810f8fe58562e3588d6b0eb0092f6a57 /devel/gettext | |
parent | PHP extention to generate postscript by using pslib. (diff) |
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
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 2 |
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 |