summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2020-06-10 13:57:20 +0000
committerhauke <hauke@pkgsrc.org>2020-06-10 13:57:20 +0000
commit20eef7b2e8d6bb1d54106c8ccd8467b6e655ed21 (patch)
treeb95dd006fe9b4f6089917ea3affa510ee95c542d /textproc
parent0b20d615c2bf23c08192f381d6eec214176e73aa (diff)
downloadpkgsrc-20eef7b2e8d6bb1d54106c8ccd8467b6e655ed21.tar.gz
Upstream stoppped installing onigposix.h, which e.g. wip/libevhtp
expects to find. Restore the old behaviour.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/oniguruma/Makefile6
-rw-r--r--textproc/oniguruma/PLIST3
2 files changed, 7 insertions, 2 deletions
diff --git a/textproc/oniguruma/Makefile b/textproc/oniguruma/Makefile
index 8fa94405542..926bc3a85ad 100644
--- a/textproc/oniguruma/Makefile
+++ b/textproc/oniguruma/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/06/08 11:26:32 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/06/10 13:57:20 hauke Exp $
DISTNAME= onig-6.9.5_rev1
PKGNAME= ${DISTNAME:S/onig/oniguruma/:S/_rev/./}
+PKGREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=kkos/}
GITHUB_PROJECT= oniguruma
@@ -17,6 +18,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_rev1//}
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --enable-posix-api
+
PKGCONFIG_OVERRIDE= oniguruma.pc.in
TEST_TARGET= check
diff --git a/textproc/oniguruma/PLIST b/textproc/oniguruma/PLIST
index 5f4c346820b..7d712d66fbf 100644
--- a/textproc/oniguruma/PLIST
+++ b/textproc/oniguruma/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2020/06/08 11:26:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/06/10 13:57:20 hauke Exp $
bin/onig-config
include/oniggnu.h
+include/onigposix.h
include/oniguruma.h
lib/libonig.la
lib/pkgconfig/oniguruma.pc