mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Fix build by stripping any .so library
Library name seems to be dependent on R version, so this port will break on any R update otherwise
This commit is contained in:
parent
d1cbdf8598
commit
83aaa1e4ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415844
@ -32,6 +32,6 @@ pre-configure:
|
||||
exit 1; fi)
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_rpy3022.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user