diff options
-rw-r--r-- | chat/centericq/Makefile | 8 |
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" |