diff options
author | schwarz <schwarz> | 2006-10-01 08:56:28 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2006-10-01 08:56:28 +0000 |
commit | 0111a0cf655925a82f088dfc017a715773124e1d (patch) | |
tree | c6d2c35aaa4f5b015d58c16e8a6a4e0b1aca402c /textproc/libxslt | |
parent | 644d56ac4ebb1c09bf79af33473742fc88eca9fc (diff) | |
download | pkgsrc-0111a0cf655925a82f088dfc017a715773124e1d.tar.gz |
added support for IRIX 5
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index ef9d1ec0670..28f296bcca8 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/07/08 12:50:18 drochner Exp $ +# $NetBSD: Makefile,v 1.68 2006/10/01 08:56:28 schwarz Exp $ DISTNAME= libxslt-1.1.17 CATEGORIES= textproc @@ -23,6 +23,11 @@ CONFIGURE_ARGS+= --without-python TEST_TARGET= check +.include "../../mk/bsd.prefs.mk" +.if !empty(LOWER_OPSYS:Mirix5*) +CPPFLAGS+= -Dsocklen_t=int +.endif + BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.25 .include "../../textproc/libxml2/buildlink3.mk" |