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 | 24d5b5440929de9526a6f56e677b8849f624fc21 (patch) | |
tree | b29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /comms | |
parent | 0d22d43b0025cb69d33a7dfeec038c71e05ef3e9 (diff) | |
download | pkgsrc-24d5b5440929de9526a6f56e677b8849f624fc21.tar.gz |
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilot-link-libs/Makefile | 4 |
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 |