Upstream stoppped installing onigposix.h, which e.g. wip/libevhtp
expects to find. Restore the old behaviour.
This commit is contained in:
parent
0a2ab79e7d
commit
468aa8abd1
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue