WANTLIB+=c for more perl XS things

This commit is contained in:
sthen 2017-09-23 10:53:07 +00:00
parent b0600caa40
commit 6a66ac751a
2 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2017/07/26 22:45:17 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/09/23 10:53:07 sthen Exp $
COMMENT-main= perl bindings for Xapian
COMMENT-python= python bindings for Xapian
V= 1.2.15
DISTNAME= xapian-bindings-${V}
REVISION-main = 2
REVISION-main = 3
REVISION-python = 1
PKGNAME-main= xapian-bindings-perl-${V}
@ -26,8 +26,8 @@ MASTER_SITES= http://oligarchy.co.uk/xapian/${V}/
LIB_DEPENDS= databases/xapian-core
WANTLIB += m ${COMPILER_LIBCXX} uuid z xapian
WANTLIB-main = ${WANTLIB} perl # uses perl ABI
WANTLIB += ${COMPILER_LIBCXX} m uuid z xapian
WANTLIB-main = ${WANTLIB} c perl
AUTOCONF_VERSION= 2.68
CONFIGURE_STYLE= autoconf

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.34 2016/04/17 18:55:49 afresh1 Exp $
# $OpenBSD: Makefile,v 1.35 2017/09/23 10:53:07 sthen Exp $
COMMENT= agent for Razor spam filtering networks
DISTNAME= razor-agents-2.85
REVISION= 5
REVISION= 6
CATEGORIES= mail
HOMEPAGE= http://razor.sourceforge.net/
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= perl
WANTLIB= c perl
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
EXTRACT_SUFX= .tar.bz2