2005-12-05 21:49:47 +01:00
|
|
|
# $NetBSD: hacks.mk,v 1.2 2005/12/05 20:49:47 rillig Exp $
|
2005-01-21 22:48:32 +01:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
.if !defined(PAR2_HACKS_MK)
|
2005-01-21 22:48:32 +01:00
|
|
|
PAR2_HACKS_MK= # defined
|
|
|
|
|
|
|
|
### [Fri Jan 21 21:44:32 UTC 2005 : tv]
|
|
|
|
### Interix system-supplied g++ 3.3 iostream has no "long long" support
|
|
|
|
###
|
|
|
|
.if ${OPSYS} == "Interix"
|
|
|
|
PKG_HACKS+= g++-iostream-longlong
|
|
|
|
GCC_REQD+= 3.3.4
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.endif
|