diff options
| author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-13 23:18:54 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-15 16:45:23 +0100 |
| commit | e99205542ca084a8a2b7789bf06e8e91239ff8b7 (patch) | |
| tree | 5197350e09eb68698b628a69c3bd5bfa2740fbaa /testing/phpspy/libpthread.patch | |
| parent | 76c059a66c8db3c548941831208ca7de579af2da (diff) | |
| download | aports-e99205542ca084a8a2b7789bf06e8e91239ff8b7.tar.bz2 aports-e99205542ca084a8a2b7789bf06e8e91239ff8b7.tar.xz | |
testing/phpspy: new aport
Diffstat (limited to 'testing/phpspy/libpthread.patch')
| -rw-r--r-- | testing/phpspy/libpthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/phpspy/libpthread.patch b/testing/phpspy/libpthread.patch new file mode 100644 index 0000000000..35366646d1 --- /dev/null +++ b/testing/phpspy/libpthread.patch @@ -0,0 +1,11 @@ +--- a/Makefile.bak ++++ b/Makefile +@@ -19,7 +19,7 @@ + has_termbox := $(shell $(LD) $(phpspy_ldflags) -ltermbox -o/dev/null >/dev/null 2>&1 && echo :) + has_phpconf := $(shell command -v php-config >/dev/null 2>&1 && echo :) + +-$(or $(has_pthread), $(error Need libpthread)) ++#$(or $(has_pthread), $(error Need libpthread)) + + ifdef USE_ZEND + $(or $(has_phpconf), $(error Need php-config)) |
