svn commit: r347234 - head/devel/libzrtpcpp

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 14:22:00 UTC 2014


Author: miwi
Date: Thu Mar  6 14:21:59 2014
New Revision: 347234
URL: http://svnweb.freebsd.org/changeset/ports/347234
QAT: https://qat.redports.org/buildarchive/r347234/

Log:
  - Stage support

Modified:
  head/devel/libzrtpcpp/Makefile

Modified: head/devel/libzrtpcpp/Makefile
==============================================================================
--- head/devel/libzrtpcpp/Makefile	Thu Mar  6 14:21:40 2014	(r347233)
+++ head/devel/libzrtpcpp/Makefile	Thu Mar  6 14:21:59 2014	(r347234)
@@ -23,7 +23,6 @@ CXXFLAGS+=	-I${LOCALBASE}/include -I${OP
 LDFLAGS+=	-L${LOCALBASE}/lib -L${OPENSSLLIB}
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@cd ${WRKSRC}/src && \
 		${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \; && \


More information about the svn-ports-head mailing list