svn commit: r375176 - head/graphics/py-glewpy
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Dec 21 18:00:20 UTC 2014
Author: amdmi3
Date: Sun Dec 21 18:00:18 2014
New Revision: 375176
URL: https://svnweb.freebsd.org/changeset/ports/375176
QAT: https://qat.redports.org/buildarchive/r375176/
Log:
- Strip libraries
Approved by: bapt
Modified:
head/graphics/py-glewpy/Makefile
Modified: head/graphics/py-glewpy/Makefile
==============================================================================
--- head/graphics/py-glewpy/Makefile Sun Dec 21 17:55:53 2014 (r375175)
+++ head/graphics/py-glewpy/Makefile Sun Dec 21 18:00:18 2014 (r375176)
@@ -25,4 +25,8 @@ USE_PYTHON= distutils
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/glew/glew.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/glew/gl/*.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list