17 lines
489 B
Makefile
17 lines
489 B
Makefile
# $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
|