svn commit: r395971 - head/devel/pecl-swoole/files

Vanilla I. Shu vanilla at FreeBSD.org
Thu Sep 3 15:37:40 UTC 2015


Author: vanilla
Date: Thu Sep  3 15:37:39 2015
New Revision: 395971
URL: https://svnweb.freebsd.org/changeset/ports/395971

Log:
  Fix build on i386-9.3.

Added:
  head/devel/pecl-swoole/files/
  head/devel/pecl-swoole/files/patch-swoole__config.h   (contents, props changed)

Added: head/devel/pecl-swoole/files/patch-swoole__config.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-swoole/files/patch-swoole__config.h	Thu Sep  3 15:37:39 2015	(r395971)
@@ -0,0 +1,11 @@
+--- swoole_config.h.orig	2015-09-03 15:27:08 UTC
++++ swoole_config.h
+@@ -19,7 +19,7 @@
+ #ifndef __clang__
+ //gcc version check
+ #if defined(__GNUC__) && (__GNUC__ < 3 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4))
+-#error "GCC 4.4 or later required."
++//#error "GCC 4.4 or later required."
+ #endif
+ #endif
+ 


More information about the svn-ports-all mailing list