1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

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
This commit is contained in:
Ade Lovett 2007-05-29 17:11:49 +00:00
parent 046ff7c965
commit bfe8a9ab27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192323

View File

@ -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