diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-11 17:56:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-11 17:56:16 +0000 |
commit | 5d38e8a96a87b2a92b43129332f9cfc1ca260b0b (patch) | |
tree | 754f17a410992c276e4c36966e6ce94fd5173c1a /textproc/libxslt | |
parent | a8cb923909d32f40f4f65f9fcbabc47c5d6cdbb8 (diff) | |
download | pkgsrc-5d38e8a96a87b2a92b43129332f9cfc1ca260b0b.tar.gz |
PR pkg/38224: Another case of me doing a bad LOWER_OPSYS to
MACHINE_PLATFORM conversion.
Will revist all of these to make sure they were correct.
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 f3b85d60c3c..ebc696a904c 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2007/10/16 23:49:00 tnn Exp $ +# $NetBSD: Makefile,v 1.79 2008/03/11 17:56:16 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 ${OPSYS} == "IRIX" +.if !empty(MACHINE_PLATFORM:MIRIX-5*) CPPFLAGS+= -Dsocklen_t=int .endif |