pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gtexinfo
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 4 07:51:33 UTC 2022
Modified Files:
pkgsrc/devel/gtexinfo: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/devel/gtexinfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.112 pkgsrc/devel/gtexinfo/Makefile:1.113
--- pkgsrc/devel/gtexinfo/Makefile:1.112 Tue Jun 28 11:31:44 2022
+++ pkgsrc/devel/gtexinfo/Makefile Tue Oct 4 07:51:33 2022
@@ -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 Mis
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}
Home |
Main Index |
Thread Index |
Old Index