diff options
-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 |