summaryrefslogtreecommitdiff
path: root/archivers/par2/hacks.mk
blob: 5b9feb637beb898bc3cdff4a01a3f18516337963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: hacks.mk,v 1.1 2005/01/21 21:48:32 tv Exp $

.ifndef PAR2_HACKS_MK
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