summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-10-04 07:51:33 +0000
committerwiz <wiz@pkgsrc.org>2022-10-04 07:51:33 +0000
commitf6bce36b8a6ef11055854b3a5a7ee44a7f7ca558 (patch)
tree9356035bfd7bbb6bcdba34085c480992107114a0
parent89c61061cf4d7084eda57b21e073a109cb29b4c8 (diff)
downloadpkgsrc-f6bce36b8a6ef11055854b3a5a7ee44a7f7ca558.tar.gz
gtexinfo: explicitly enable perl XS
The configure check for enabling throws an error on NetBSD and fails completely on macOS, perhaps this avoids the macOS problem.
-rw-r--r--devel/gtexinfo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index 1aaa9aa4ba7..ecf14c3f932 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2022/06/28 11:31:44 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2022/10/04 07:51:33 wiz Exp $
DISTNAME= texinfo-6.8
PKGNAME= g${DISTNAME}
@@ -22,6 +22,7 @@ GNU_CONFIGURE_STRICT= no # otherwise MiscXS.pm won't be installed
CONFIGURE_ARGS+= --with-external-libintl-perl
CONFIGURE_ARGS+= --with-external-Text-Unidecode
CONFIGURE_ARGS+= --with-external-Unicode-EastAsianWidth
+CONFIGURE_ARGS+= --enable-perl-xs
CONFIGURE_ARGS+= PERL_EXT_CFLAGS=${CFLAGS:Q}
CONFIGURE_ARGS+= PERL_EXT_LDFLAGS=${LDFLAGS:Q}