svn commit: r375439 - head/audio/hawkvoice

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 24 11:59:00 UTC 2014


Author: amdmi3
Date: Wed Dec 24 11:58:58 2014
New Revision: 375439
URL: https://svnweb.freebsd.org/changeset/ports/375439
QAT: https://qat.redports.org/buildarchive/r375439/

Log:
  - Strip library
  
  Approved by:	bapt

Modified:
  head/audio/hawkvoice/Makefile

Modified: head/audio/hawkvoice/Makefile
==============================================================================
--- head/audio/hawkvoice/Makefile	Wed Dec 24 11:58:52 2014	(r375438)
+++ head/audio/hawkvoice/Makefile	Wed Dec 24 11:58:58 2014	(r375439)
@@ -33,6 +33,7 @@ post-patch:
 	@${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' "{}" \;
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libHVDI.so
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for FILE in api.txt HVDIchanges.txt readme.txt cryptapi.txt
 	${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list