pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/xchat Fix the build on Darwin by disabling MMX su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbbb167af26f
branches:  trunk
changeset: 527995:bbbb167af26f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Apr 17 22:16:00 2007 +0000

description:
Fix the build on Darwin by disabling MMX support (on Darwin only).

diffstat:

 chat/xchat/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ed9db4de5c2c -r bbbb167af26f chat/xchat/Makefile
--- a/chat/xchat/Makefile       Tue Apr 17 22:04:55 2007 +0000
+++ b/chat/xchat/Makefile       Tue Apr 17 22:16:00 2007 +0000
@@ -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 @@
 
 .if ${OPSYS} == "Darwin"
 INSTALL_UNSTRIPPED=    YES
+CONFIGURE_ARGS+=       --disable-mmx
 
 .if empty(PKG_BUILD_OPTIONS.gtk2+:Mquartz)
 LDFLAGS.Darwin+=       -lX11



Home | Main Index | Thread Index | Old Index