aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php5-suhosin/fix-LOCK-undeclared.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-04-07 00:09:20 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-04-07 00:09:20 +0000
commit71d024f91830436d4007f82ec37a25da282dbca9 (patch)
tree8684a1dd8d08401e5ecf50a714883c533580a68d /testing/php5-suhosin/fix-LOCK-undeclared.patch
parentcc10554c7c559a4b314c14eb57f6653092e321c2 (diff)
downloadaports-71d024f91830436d4007f82ec37a25da282dbca9.tar.bz2
aports-71d024f91830436d4007f82ec37a25da282dbca9.tar.xz
testing: purge php5 non-core extensions
Diffstat (limited to 'testing/php5-suhosin/fix-LOCK-undeclared.patch')
-rw-r--r--testing/php5-suhosin/fix-LOCK-undeclared.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/php5-suhosin/fix-LOCK-undeclared.patch b/testing/php5-suhosin/fix-LOCK-undeclared.patch
deleted file mode 100644
index 27b3e7555b..0000000000
--- a/testing/php5-suhosin/fix-LOCK-undeclared.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- suhosin-0.9.38/log.c
-+++ suhosin-0.9.38/log.c.new
-@@ -27,7 +27,7 @@
- #include "php.h"
- #include "php_ini.h"
- #include "php_suhosin.h"
--#include <fcntl.h>
-+#include <linux/fcntl.h>
- #include "SAPI.h"
- #include "ext/standard/datetime.h"
- #include "ext/standard/flock_compat.h"