svn commit: r398375 - head/www/node

Kurt Jaeger pi at FreeBSD.org
Thu Oct 1 17:46:25 UTC 2015


Author: pi
Date: Thu Oct  1 17:46:24 2015
New Revision: 398375
URL: https://svnweb.freebsd.org/changeset/ports/398375

Log:
  www/node: fix build on 9.3
  
  - enforce dependency on gcc48 on 9.3
  
  PR:		203307
  Submitted by:	fcharlier at ploup.net
  Approved by:	linpct at gmail.com (maintainer)

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Thu Oct  1 17:31:33 2015	(r398374)
+++ head/www/node/Makefile	Thu Oct  1 17:46:24 2015	(r398375)
@@ -39,7 +39,7 @@ CFLAGS+=	-Wno-unused-const-variable
 .endif
 .else
 MAKE_ARGS+=	strictaliasing=off
-USE_GCC=	any
+USE_GCC=	4.8+
 .endif
 
 post-patch:


More information about the svn-ports-all mailing list