Skip to content

Commit

Permalink
devel/gettext-tools: don't disable openmp
Browse files Browse the repository at this point in the history
OpenMP is gettext was disabled 15 years ago in bfe8a9a

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
  • Loading branch information
pkubaj committed May 19, 2022
1 parent 70adf71 commit ebce589
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions devel/gettext-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# discretion.

PORTNAME= gettext-tools
PORTREVISION= 0
PORTREVISION= 1

COMMENT= GNU gettext development and translation tools

Expand All @@ -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
Expand Down

0 comments on commit ebce589

Please sign in to comment.