aboutsummaryrefslogtreecommitdiff
path: root/databases/hiredis
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-09-19 19:23:16 +0000
committerChris Rees <crees@FreeBSD.org>2012-09-19 19:23:16 +0000
commit49c5228a49435eac4b5515f01ad421e6c47c060c (patch)
tree936aa8c2cfcc6723f8c58f0cdab5aec45c2d612d /databases/hiredis
parentdd4f0bcc3b6b6803b7e90f7a2b3ef1d04adc330a (diff)
downloadports-49c5228a49435eac4b5515f01ad421e6c47c060c.tar.gz
ports-49c5228a49435eac4b5515f01ad421e6c47c060c.zip
Notes
Diffstat (limited to 'databases/hiredis')
-rw-r--r--databases/hiredis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile
index 867eb833a30a..3bc313977b6a 100644
--- a/databases/hiredis/Makefile
+++ b/databases/hiredis/Makefile
@@ -19,9 +19,11 @@ GH_ACCOUNT= antirez
GH_TAGNAME= v${DISTVERSION}
GH_COMMIT= 0fff0f1
-ARCH=
USE_GMAKE= yes
CFLAGS+= -fPIC
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} -e '/^REAL_/s/ \$$(ARCH)//' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>