aboutsummaryrefslogtreecommitdiff
path: root/devel/flyspray
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-10-24 22:14:50 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-10-24 22:14:50 +0000
commite01796d3ab1503bc3dbf53b9a33fb8d5f15d421e (patch)
tree7c75211875c83c7660881e3aa40116954ee08e77 /devel/flyspray
parent09352b6619bdf96427835539518fe4491eaaedf7 (diff)
Notes
Diffstat (limited to 'devel/flyspray')
-rw-r--r--devel/flyspray/files/patch-includes-fix.inc.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/flyspray/files/patch-includes-fix.inc.php b/devel/flyspray/files/patch-includes-fix.inc.php
index 9c9a6902bec5..ea638477d627 100644
--- a/devel/flyspray/files/patch-includes-fix.inc.php
+++ b/devel/flyspray/files/patch-includes-fix.inc.php
@@ -1,11 +1,11 @@
---- includes/fix.inc.php 2012-09-30 17:46:29.000000000 +0100
-+++ includes/fix.inc.php 2012-09-30 17:47:08.000000000 +0100
-@@ -13,7 +13,7 @@
-
- defined('E_DEPRECATED') || define('E_DEPRECATED', 8192);
-
--error_reporting(E_ALL);
-+error_reporting(E_ALL & ~E_STRICT);
-
- // our default charset
-
+--- includes/fix.inc.php 2012-09-30 17:46:29.000000000 +0100
++++ includes/fix.inc.php 2012-09-30 17:47:08.000000000 +0100
+@@ -13,7 +13,7 @@
+
+ defined('E_DEPRECATED') || define('E_DEPRECATED', 8192);
+
+-error_reporting(E_ALL);
++error_reporting(E_ALL & ~E_STRICT);
+
+ // our default charset
+