41b56fc04d
v1.1.33: Portability: Variables need 'extern' in static lib on Cygwin Really declare dllexport/dllimport for Cygwin Fix callback signatures in Python bindings Fix transform callback signatures Fix extension callback signatures Fix deallocator signatures Fix XPath callback signatures Fix hash callback signatures Bug Fixes: Don't cache direct evaluation of patterns with variables Move function result RVTs to context variable Fix EXSLT functions returning RVTs from outer scopes Fix handling of RVTs returned from nested EXSLT functions Fix typos Improvements: Run Travis ASan tests with "sudo: required" Cleanups: Remove doc/libxslt-decl.txt Docs for 1.1.32 release
30 lines
874 B
Makefile
30 lines
874 B
Makefile
# $NetBSD: Makefile,v 1.108 2019/01/09 19:12:14 adam Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
|
|
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake perl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
|
|
CONFIGURE_ARGS+= --without-python
|
|
CONFIGURE_ARGS+= --with-html-subdir=libxslt
|
|
|
|
PKGCONFIG_OVERRIDE= libxslt.pc.in
|
|
PKGCONFIG_OVERRIDE+= libexslt.pc.in
|
|
TEST_TARGET= check
|
|
|
|
BUILDLINK_TRANSFORM.SunOS+= opt:-Wl,./libxslt.syms:-Wl,./libxslt_solaris.syms
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
|
|
CPPFLAGS+= -Dsocklen_t=int
|
|
.endif
|
|
|
|
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.27
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|