svn commit: r304540 - head/databases/hiredis

Chris Rees crees at FreeBSD.org
Wed Sep 19 19:23:17 UTC 2012


Author: crees
Date: Wed Sep 19 19:23:16 2012
New Revision: 304540
URL: http://svn.freebsd.org/changeset/ports/304540

Log:
  Redefining ARCH is not such a good idea

Modified:
  head/databases/hiredis/Makefile

Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile	Wed Sep 19 19:07:36 2012	(r304539)
+++ head/databases/hiredis/Makefile	Wed Sep 19 19:23:16 2012	(r304540)
@@ -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>



More information about the svn-ports-all mailing list