diff options
author | tnn <tnn@pkgsrc.org> | 2007-10-16 23:48:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-10-16 23:48:58 +0000 |
commit | 549ee5b395721eb0e12449ec55ab9ef42a07bef1 (patch) | |
tree | b29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /textproc/libxslt | |
parent | 775f29e6bc17e435a116e1b2424a27d6dd91b3b7 (diff) | |
download | pkgsrc-549ee5b395721eb0e12449ec55ab9ef42a07bef1.tar.gz |
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3dead292f2f..f3b85d60c3c 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2007/08/29 23:26:44 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2007/10/16 23:49:00 tnn Exp $ DISTNAME= libxslt-1.1.22 CATEGORIES= textproc @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --without-python TEST_TARGET= check .include "../../mk/bsd.prefs.mk" -.if !empty(LOWER_OPSYS:Mirix5*) +.if ${OPSYS} == "IRIX" CPPFLAGS+= -Dsocklen_t=int .endif |