Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2014 15:33:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371683 - head/graphics/aalib
Message-ID:  <201410291533.s9TFXDqT098498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 29 15:33:12 2014
New Revision: 371683
URL: https://svnweb.freebsd.org/changeset/ports/371683
QAT: https://qat.redports.org/buildarchive/r371683/

Log:
  - Strip library

Modified:
  head/graphics/aalib/Makefile

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Wed Oct 29 15:31:11 2014	(r371682)
+++ head/graphics/aalib/Makefile	Wed Oct 29 15:33:12 2014	(r371683)
@@ -47,4 +47,7 @@ post-patch:
 	@${FIND} ${WRKSRC} \( -name '*.[ch]' \! -name acconfig.h \) \
 		| ${XARGS} ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g'
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaa.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410291533.s9TFXDqT098498>