diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-04-19 20:39:38 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-04-19 20:39:38 +0000 |
commit | f19ef384ce7c0223bfd29f2d0c9af33af6e95c96 (patch) | |
tree | b7caacf4f8648ebd784ea57090ef6bfdf204ed9f /chat/xchat/Makefile | |
parent | 497989ea5b2cc31e56d5e0989f63dc2a145277cc (diff) | |
download | pkgsrc-f19ef384ce7c0223bfd29f2d0c9af33af6e95c96.tar.gz |
Move --disable-mmx from Makefile to Makefile.common - spotted by tron@
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 5313737aa28..ab409486697 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2007/04/17 22:16:00 adrianp Exp $ +# $NetBSD: Makefile,v 1.48 2007/04/19 20:39:38 adrianp Exp $ .include "Makefile.common" @@ -28,7 +28,6 @@ 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 |