From 9bec95dc2fd28a3b51497702aad299a88034afdd Mon Sep 17 00:00:00 2001 From: adrianp Date: Tue, 17 Apr 2007 22:16:00 +0000 Subject: Fix the build on Darwin by disabling MMX support (on Darwin only). --- chat/xchat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chat/xchat') diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 8fa0af642ba..5313737aa28 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2007/01/25 21:27:48 reed Exp $ +# $NetBSD: Makefile,v 1.47 2007/04/17 22:16:00 adrianp Exp $ .include "Makefile.common" @@ -28,6 +28,7 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 .if ${OPSYS} == "Darwin" INSTALL_UNSTRIPPED= YES +CONFIGURE_ARGS+= --disable-mmx .if empty(PKG_BUILD_OPTIONS.gtk2+:Mquartz) LDFLAGS.Darwin+= -lX11 -- cgit v1.2.3