diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-04-17 22:16:00 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-04-17 22:16:00 +0000 |
commit | 9bec95dc2fd28a3b51497702aad299a88034afdd (patch) | |
tree | a6f5d567cd4f2d35c10bf6d74537aaaa5fa5fc32 /chat/xchat | |
parent | d0e1fbf36d806d9685b84445a9194817ac6f56df (diff) | |
download | pkgsrc-9bec95dc2fd28a3b51497702aad299a88034afdd.tar.gz |
Fix the build on Darwin by disabling MMX support (on Darwin only).
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |