summaryrefslogtreecommitdiff
path: root/audio/libvisual
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvisual')
-rw-r--r--audio/libvisual/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
index 27b8feb3ff6..3ce0d10a716 100644
--- a/audio/libvisual/Makefile
+++ b/audio/libvisual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/05/13 12:33:04 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/25 19:19:34 wiz Exp $
#
DISTNAME= libvisual-0.2.0
@@ -16,5 +16,11 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+.include "../../mk/compiler.mk"
+
+.if !empty(CC_VERSION:Mgcc*)
+CPPFLAGS+= -mmmx
+.endif
+
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"