build with gcc3 on sparc64

This commit is contained in:
lebel 2003-02-09 22:27:01 +00:00
parent 2b75437cb9
commit 5eea4ed07a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2002/10/27 20:44:48 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2003/02/09 22:27:01 lebel Exp $
COMMENT= "provides UTF-8 locale support"
@ -19,4 +19,8 @@ CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/autoconf
# gcc3
MODULES= gcc3
MODGCC3_ARCHES= sparc64
.include <bsd.port.mk>