pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxslt PR pkg/38224: Another case of me doin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17151e2bf89d
branches:  trunk
changeset: 539710:17151e2bf89d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 11 17:56:16 2008 +0000

description:
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:

 textproc/libxslt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5ce5645e80aa -r 17151e2bf89d textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Tue Mar 11 17:50:14 2008 +0000
+++ b/textproc/libxslt/Makefile Tue Mar 11 17:56:16 2008 +0000
@@ -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 @@
 TEST_TARGET=           check
 
 .include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "IRIX"
+.if !empty(MACHINE_PLATFORM:MIRIX-5*)
 CPPFLAGS+=     -Dsocklen_t=int
 .endif
 



Home | Main Index | Thread Index | Old Index