From 5eea4ed07a1a491e2f9627e16c1f664e532d01b6 Mon Sep 17 00:00:00 2001 From: lebel Date: Sun, 9 Feb 2003 22:27:01 +0000 Subject: [PATCH] build with gcc3 on sparc64 --- misc/libutf8/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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