diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 18:00:21 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 18:00:21 +0000 |
commit | 6159179b78b96a1f04f7bac59a086d7a55204b55 (patch) | |
tree | 906f3a840cc5a166188cd01df91edb991cc08ac3 /finance | |
parent | 46091cd7dc53ad1ab073bb4b6bc8357059722ed7 (diff) | |
download | ports-6159179b78b96a1f04f7bac59a086d7a55204b55.tar.gz ports-6159179b78b96a1f04f7bac59a086d7a55204b55.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/php-tclink/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 1a8f50b12af3..65c4a8a4ea66 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -12,9 +12,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing -USES= php:ext -USE_OPENSSL= yes +USES= php:ext ssl IGNORE_WITH_PHP= 70 +post-patch: + # avoid name conflicts with libressl + ${REINPLACE_CMD} -e 's|\(X509_STORE_load_mem\)|uniq_\1|g' \ + -e 's|\(X509_LOOKUP_mem\)|uniq_\1|g' ${WRKSRC}/mem.c + .include <bsd.port.mk> |