svn commit: r326554 - head/devel/avr-gcc

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 22:04:11 UTC 2013


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>


More information about the svn-ports-all mailing list