diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-21 04:48:02 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-21 04:48:02 +0800 |
commit | 6b605c02f4c35f9868bccb755909d5b832301869 (patch) | |
tree | 92a128ad2b2c399ddb0adaf104aeb080184a97da | |
parent | 7364d8550b83e02e1329e92d8ef8b175ae632387 (diff) | |
download | freebsd-ports-gnome-6b605c02f4c35f9868bccb755909d5b832301869.tar.gz freebsd-ports-gnome-6b605c02f4c35f9868bccb755909d5b832301869.tar.zst freebsd-ports-gnome-6b605c02f4c35f9868bccb755909d5b832301869.zip |
Fix build of the dependent ports
- Bump PORTREVISION for package change
Restore the hack (replacement of igbinary.h and php_igbinary.h) in previous versions.
PR: 235869
Submitted by: Artyom Davidov <ard_1@mail.ru>
-rw-r--r-- | converters/pecl-igbinary/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 4406ea68580a..60d2f24ff228 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -3,6 +3,7 @@ PORTNAME= igbinary PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= converters MAINTAINER= sunpoet@FreeBSD.org @@ -13,4 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= php:pecl +post-patch: + @${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h + @${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h + .include <bsd.port.mk> |