forked from Lainports/freebsd-ports
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
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…
Add table
Reference in a new issue