svn commit: r393708 - in head/devel/isl: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Aug 8 04:56:59 UTC 2015


Author: danilo
Date: Sat Aug  8 04:56:57 2015
New Revision: 393708
URL: https://svnweb.freebsd.org/changeset/ports/393708

Log:
  - Fix a build problem in devel/gcc-arm-embedded on FreeBSD 9 due the old gcc
  
  PR:		202030

Added:
  head/devel/isl/files/
  head/devel/isl/files/patch-include_isl_ctx.h   (contents, props changed)
Modified:
  head/devel/isl/Makefile

Modified: head/devel/isl/Makefile
==============================================================================
--- head/devel/isl/Makefile	Sat Aug  8 00:19:06 2015	(r393707)
+++ head/devel/isl/Makefile	Sat Aug  8 04:56:57 2015	(r393708)
@@ -3,6 +3,7 @@
 
 PORTNAME=	isl
 PORTVERSION=	0.15
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://isl.gforge.inria.fr/
 

Added: head/devel/isl/files/patch-include_isl_ctx.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/isl/files/patch-include_isl_ctx.h	Sat Aug  8 04:56:57 2015	(r393708)
@@ -0,0 +1,11 @@
+--- include/isl/ctx.h.orig	2015-08-07 18:18:01 UTC
++++ include/isl/ctx.h
+@@ -80,7 +80,7 @@ enum isl_error {
+ };
+ typedef enum {
+ 	isl_stat_error = -1,
+-	isl_stat_ok = 0,
++	isl_stat_ok = 0
+ } isl_stat;
+ typedef enum {
+ 	isl_bool_error = -1,


More information about the svn-ports-head mailing list