diff --git a/misc/libutf8/Makefile b/misc/libutf8/Makefile index f6218e486ae..52412ffe62b 100644 --- a/misc/libutf8/Makefile +++ b/misc/libutf8/Makefile @@ -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