summaryrefslogtreecommitdiff
path: root/devel/bison/hacks.mk
blob: 9c33ab36c5fc967dcfd80a9d10b7b80e4e1882a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: hacks.mk,v 1.1 2004/11/14 07:24:37 jlam Exp $

.if !defined(BISON_HACKS_MK)
BISON_HACKS_MK=	defined

.include "../../mk/compiler.mk"

### [Tue Nov  2 17:30:48 GMT 2004 : sketch]
### bison's quotearg_buffer_restyled() has issues with certain compilers
### (in particular, SunPro on Solaris/sparc) using optimisation flags.
### The resulting bison with optimisation breaks on at least net/libIDL.
###
.if !empty(PKGSRC_COMPILER:Msunpro)
PKG_HACKS+=		optimisation
BUILDLINK_TRANSFORM+=   rm:-O[0-9]*
.endif

.endif	# BISON_HACKS_MK