diff options
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index a3ca4f548ed..87352d03f17 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.64 2013/04/08 11:17:09 rodent Exp $ +# $NetBSD: Makefile.common,v 1.65 2015/12/29 04:54:37 dholland Exp $ # # used by chat/xchat/Makefile # used by chat/xchat-perl/Makefile @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" -CONFIGURE_ARGS+= --disable-mmx +CONFIGURE_ARGS+= --disable-mmx .endif .include "../../devel/glib2/buildlink3.mk" |