Let there be tcl on landisk. Okay espie@.

Use -O0 instead of -O2, otherwise compilation fails right from the
start. No package, no bump.
This commit is contained in:
pirofti 2010-02-06 10:27:21 +00:00
parent 1777a47c53
commit 8d6ee23970

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2009/11/21 02:50:23 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2010/02/06 10:27:21 pirofti Exp $
COMMENT = Tool Command Language
@ -43,6 +43,10 @@ CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
CONFIGURE_ENV += SHLIB_VERSION="${LIBtcl85_VERSION}"
.if ${MACHINE_ARCH} == "sh"
CFLAGS += -O0
.endif
FLAVORS = threaded
FLAVOR ?=