summaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools/hacks.mk
blob: 6fda52f341c88d57235b98674eccf2bdcaef28cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: hacks.mk,v 1.1 2005/06/15 22:42:38 hubertf Exp $

.if !defined(MJPEGTOOLS_HACKS_MK)
MJPEGTOOLS_HACKS_MK= defined

### Hack to work around MacOS X 4.x (and probably other)'s gcc 4.x 
### which does not understand -fmove-all-movables. Remove that option
### if gcc-4 is _not_ used.
###
.include "../../mk/compiler.mk"

.if !empty(CC_VERSION:Mgcc-4.*)
BUILDLINK_TRANSFORM+=   rm:-fmove-all-movables
.endif

.endif	# MJPEGTOOLS_HACKS_MK