Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / libvisual0.2 / hacks.mk
blobc11c1b19443e3571ffa55fbf38f99832970e97be
1 # $NetBSD: hacks.mk,v 1.1 2006/01/02 12:51:22 jmmv Exp $
3 .if !defined(LIBVISUAL_HACKS_MK)
4 LIBVISUAL_HACKS_MK= # defined
6 # [ Mon Jan 2 13:49:14 CET 2006 : jmmv ]
7 # -funroll-loops breaks the inlined MMX code in libvisual/lv_video_mmx.c.
8 # It adds an immediate value to a movd instruction that does not let it
9 # compile.
10 BUILDLINK_TRANSFORM+= rm:-funroll-loops
12 .endif