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 /devel/doc++ | |
parent | 0d22d43b0025cb69d33a7dfeec038c71e05ef3e9 (diff) | |
download | pkgsrc-24d5b5440929de9526a6f56e677b8849f624fc21.tar.gz |
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'devel/doc++')
-rw-r--r-- | devel/doc++/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/doc++/hacks.mk b/devel/doc++/hacks.mk index 872f86279b8..f57ffa2ed0a 100644 --- a/devel/doc++/hacks.mk +++ b/devel/doc++/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2006/01/22 22:16:25 schwarz Exp $ +# $NetBSD: hacks.mk,v 1.2 2007/10/16 23:48:58 tnn Exp $ .if !defined(DOCXX_HACKS_MK) DOCXX_HACKS_MK= # defined @@ -7,7 +7,7 @@ DOCXX_HACKS_MK= # defined ### make sys/types.h not conflict with inttypes.h ### (issue is specific to IRIX 5.3) ### -.if ${LOWER_OPSYS} == "irix5.3" +.if !empty(MACHINE_PLATFORM:MIRIX-5.3-*) PKG_HACKS+= sys_types_h-inttypes_h-conflict CONFIGURE_ENV+= ac_cv_header_inttypes_h="no" CONFIGURE_ENV+= jm_ac_cv_header_inttypes_h="no" |