aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-14 18:26:25 +0100
committerAndy Postnikov <apostnikov@gmail.com>2019-03-16 04:33:14 +0200
commit5460e56345e4c2bf873b3543cd4ca5a049a06c54 (patch)
tree107a843bee3b693a154bcdb9d7d2a77278a4af7d
parent75c789317c734a1c55cf98fcfb18b9fe508761d6 (diff)
downloadaports-5460e56345e4c2bf873b3543cd4ca5a049a06c54.tar.bz2
aports-5460e56345e4c2bf873b3543cd4ca5a049a06c54.tar.xz
community/php7: remove outdated win headers
-rw-r--r--community/php7/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index dab58b909b..8d0631a419 100644
--- a/community/php7/APKBUILD
+++ b/community/php7/APKBUILD
@@ -214,9 +214,7 @@ prepare() {
TSRM/tsrm_config.w32.h \
Zend/zend_config.w32.h \
ext/mysqlnd/config-win.h \
- ext/standard/winver.h \
- main/win32_internal_function_disabled.h \
- main/win95nt.h
+ ext/standard/winver.h
# Fix some bogus permissions.
find . -name \*.[ch] -exec chmod 644 {} \;