Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 22:04:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326554 - head/devel/avr-gcc
Message-ID:  <201309062204.r86M4ApT020450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep  6 22:04:10 2013
New Revision: 326554
URL: http://svnweb.freebsd.org/changeset/ports/326554

Log:
  Attempt to fix building on recent head

Modified:
  head/devel/avr-gcc/Makefile

Modified: head/devel/avr-gcc/Makefile
==============================================================================
--- head/devel/avr-gcc/Makefile	Fri Sep  6 21:54:28 2013	(r326553)
+++ head/devel/avr-gcc/Makefile	Fri Sep  6 22:04:10 2013	(r326554)
@@ -34,8 +34,8 @@ CONFIGURE_SCRIPT=	../gcc-${PORTVERSION}/
 
 USE_PERL5_BUILD=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		bison gettext
+CPPFLAGS+=	-I${LOCALBASE}/include
+USES=		bison gettext gmake
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309062204.r86M4ApT020450>