mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
lang/gawk: do not pick up gettext-tools in configure
configure picks up xgettext and it is then used during the build, but to no effect. Reported by jca@
This commit is contained in:
@@ -27,6 +27,10 @@ CONFIGURE_STYLE= gnu
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
# Review on update:
|
||||
# configure picks up xgettext and it is used during the build, but
|
||||
# to no effect.
|
||||
CONFIGURE_ENV+= ac_cv_path_XGETTEXT=:
|
||||
TEST_ENV= PAGER=cat
|
||||
|
||||
# known test failures:
|
||||
|
||||
Reference in New Issue
Block a user