summaryrefslogtreecommitdiff
path: root/devel/doc++/hacks.mk
blob: f57ffa2ed0a7d7ea1a5ea2b7db92d5d1b8b0016d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: hacks.mk,v 1.2 2007/10/16 23:48:58 tnn Exp $

.if !defined(DOCXX_HACKS_MK)
DOCXX_HACKS_MK=	# defined

### [Sat Jan 14 19:03:02 CET 2006: schwarz]
### make sys/types.h not conflict with inttypes.h
### (issue is specific to IRIX 5.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"
CONFIGURE_ENV+=		gt_cv_header_inttypes_h="no"
.endif

.endif