summaryrefslogtreecommitdiff
path: root/comms/pilot-link-libs/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-10-16 23:48:58 +0000
committertnn <tnn@pkgsrc.org>2007-10-16 23:48:58 +0000
commit549ee5b395721eb0e12449ec55ab9ef42a07bef1 (patch)
treeb29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /comms/pilot-link-libs/Makefile
parent775f29e6bc17e435a116e1b2424a27d6dd91b3b7 (diff)
downloadpkgsrc-549ee5b395721eb0e12449ec55ab9ef42a07bef1.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'comms/pilot-link-libs/Makefile')
-rw-r--r--comms/pilot-link-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile
index 696a15e7be1..0006cf07046 100644
--- a/comms/pilot-link-libs/Makefile
+++ b/comms/pilot-link-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/01/26 01:26:46 markd Exp $
+# $NetBSD: Makefile,v 1.18 2007/10/16 23:56:02 tnn Exp $
#
.include "../../comms/pilot-link/Makefile.common"
@@ -11,7 +11,7 @@ CONFLICTS+= pilot-link<0.9.5
MAKE_ENV+= PILIB="libsock/libpisock.la"
MAKE_ENV+= PICCLIB="libcc/libpicc.a"
-.if ${LOWER_OPSYS} == "irix5.3"
+.if !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
CONFIGURE_ENV+= ac_cv_header_inttypes_h="no"
.endif