Date: Wed, 19 Sep 2012 19:23:17 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304540 - head/databases/hiredis Message-ID: <201209191923.q8JJNHo8053115@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209191923.q8JJNHo8053115>