build with gcc3 on sparc64

This commit is contained in:
lebel 2003-02-09 22:15:45 +00:00
parent c982ea4856
commit 2b75437cb9

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2002/12/29 20:19:10 fgsch Exp $
# $OpenBSD: Makefile,v 1.14 2003/02/09 22:15:45 lebel Exp $
COMMENT= "GNU Scientific Library"
@ -16,4 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
# gcc3
MODULES= gcc3
MODGCC3_ARCHES= sparc64
MODGCC3_LANGS+= c++
.include <bsd.port.mk>