aboutsummaryrefslogtreecommitdiff
path: root/converters/pecl-igbinary
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-05 13:02:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-05 13:02:49 +0000
commitfa77067a4725f15e1fc92b5b1357d8317439d946 (patch)
treeed68907a425f129df967774648bf60459d473d43 /converters/pecl-igbinary
parent2f2f23c72747027ecf8ac7191b05c07aa4408bbf (diff)
downloadports-fa77067a4725f15e1fc92b5b1357d8317439d946.tar.gz
ports-fa77067a4725f15e1fc92b5b1357d8317439d946.zip
Fix build of the dependent ports
- Bump PORTREVISION for package change PR: 252408 Reported by: Alexander Kuznetsov <alex@kuznetcoff.ru>
Notes
Notes: svn path=/head/; revision=560389
Diffstat (limited to 'converters/pecl-igbinary')
-rw-r--r--converters/pecl-igbinary/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile
index b7413f9a27e1..ec004321d2ee 100644
--- a/converters/pecl-igbinary/Makefile
+++ b/converters/pecl-igbinary/Makefile
@@ -3,6 +3,7 @@
PORTNAME= igbinary
PORTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= converters
MAINTAINER= sunpoet@FreeBSD.org
@@ -13,4 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= php:pecl
+post-patch:
+# Install the real header files
+ @${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h
+ @${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h
+
.include <bsd.port.mk>