aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-19 09:07:43 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-19 09:07:43 +0000
commitebce5896d4015c4700d62f1d028499d70c30f2f7 (patch)
tree9c6533271b812ff8cbce12f1ec92e8d3245f3c43 /devel
parent70adf713593479eaa2b1385c6b3d96d5f358b63b (diff)
downloadports-ebce5896d4015c4700d62f1d028499d70c30f2f7.tar.gz
ports-ebce5896d4015c4700d62f1d028499d70c30f2f7.zip
devel/gettext-tools: don't disable openmp
OpenMP is gettext was disabled 15 years ago in bfe8a9ab273f573d122fd3ae04fdd85d73d0b6e2 Building with OpenMP left for autodetection works on both powerpc (which doesn't have libomp) and on powerpc64 (which does have libomp), so it's ok to remove disabling it. PR: 263634 Approved by: antoine
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext-tools/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile
index ad69489bc4a8..5bb3c5182ea1 100644
--- a/devel/gettext-tools/Makefile
+++ b/devel/gettext-tools/Makefile
@@ -3,7 +3,7 @@
# discretion.
PORTNAME= gettext-tools
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= GNU gettext development and translation tools
@@ -22,10 +22,10 @@ CPE_PRODUCT= gettext
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-csharp --disable-java --disable-openmp \
- --with-included-glib --with-included-libcroco \
- --with-included-libunistring --with-included-libxml \
- --without-emacs --without-git ac_cv_lib_rt_sched_yield=no
+CONFIGURE_ARGS= --disable-csharp --disable-java --with-included-glib \
+ --with-included-libcroco --with-included-libunistring \
+ --with-included-libxml --without-emacs --without-git \
+ ac_cv_lib_rt_sched_yield=no
INSTALL_TARGET= install-strip
TEST_TARGET= check
WRKSRC_SUBDIR= gettext-tools