From b77bd2c353af2e5321399c5d6efdd394558910f8 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 22 May 2009 21:59:48 +0000 Subject: - Update to 2.9.1.2009.05.18 PR: 134659 Submitted by: Tijl Coosemans (maintainer) --- lang/sdcc-devel/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lang/sdcc-devel/Makefile') diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index ba2ec1932965..12a23b6748de 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -6,11 +6,11 @@ # PORTNAME= sdcc -PORTVERSION= 2.8.5.2008.12.05 +PORTVERSION= 2.9.1.2009.05.18 CATEGORIES= lang MASTER_SITES= http://sdcc.sourceforge.net/snapshots/sdcc-src/ \ http://tijl.ulyssis.be/mirror/ -DISTNAME= ${PORTNAME}-src-20081205-5276 +DISTNAME= ${PORTNAME}-src-20090518-5457 MAINTAINER= tijl@ulyssis.org COMMENT= Small Device C Compiler @@ -36,7 +36,7 @@ OPTIONS= MCS51 "Intel 8051 port" on \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --docdir=${DOCSDIR} \ include_dir_suffix=include \ @@ -45,8 +45,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \ .include .if ${ARCH} == "sparc64" -CFLAGS+= -O0 -CXXFLAGS+= -O0 +USE_GCC= 4.3+ BROKEN= Does not compile on sparc64 .endif -- cgit v1.2.3