diff options
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index e6aca0371ed..0c1eda5a58d 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.53 2007/01/25 21:27:49 reed Exp $ +# $NetBSD: Makefile.common,v 1.54 2007/04/19 20:39:38 adrianp Exp $ DISTNAME= xchat-2.8.0 CATEGORIES= chat @@ -14,4 +14,10 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= gmake pkg-config +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Darwin" +CONFIGURE_ARGS+= --disable-mmx +.endif + .include "../../devel/glib2/buildlink3.mk" |