summaryrefslogtreecommitdiff
path: root/chat/centericq
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-04-06 16:18:52 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-04-06 16:18:52 +0000
commitd1c0c0e0be76d9a75ddb08f078b86f63481de50a (patch)
tree0dc331dc4c8bc0a695676b7fd4b3854ff1014180 /chat/centericq
parent691cbd9bc1101896c5557bdae66d90badfeabe0e (diff)
downloadpkgsrc-d1c0c0e0be76d9a75ddb08f078b86f63481de50a.tar.gz
avoid -0* on alpha which causes as(1) to never finish
Diffstat (limited to 'chat/centericq')
-rw-r--r--chat/centericq/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index faeca5583bb..fb2a9939caf 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/03/25 17:18:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2002/04/06 16:18:52 dmcmahill Exp $
#
DISTNAME= centericq-4.6.5
@@ -17,6 +17,12 @@ GCC_VERSION!= gcc --version
.include "../../lang/gcc/Makefile.gcc"
.endif
+.include "../../mk/bsd.prefs.mk"
+.if ${MACHINE_ARCH} == alpha
+# avoid toolchain bugs
+CFLAGS:= ${CFLAGS:C/-O[0-9]*//g}
+.endif
+
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/ncurses/buildlink.mk"
.include "../../devel/libsigc++/buildlink.mk"