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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue