build blackbox with gcc3 on sparc64

This commit is contained in:
lebel 2003-01-05 03:53:59 +00:00
parent a829f7ddb0
commit d67a88dd50

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2002/11/22 02:37:37 margarida Exp $ # $OpenBSD: Makefile,v 1.33 2003/01/05 03:53:59 lebel Exp $
COMMENT= "small & pretty window manager for 8 and more bits displays" COMMENT= "small & pretty window manager for 8 and more bits displays"
@ -18,6 +18,11 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
# gcc3
MODULES= gcc3
MODGCC3_ARCHES= sparc64
MODGCC3_LANGS+= c++
USE_X11= Yes USE_X11= Yes
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu