diff options
Diffstat (limited to 'math/rpy/Makefile')
-rw-r--r-- | math/rpy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 420e59f28fd8..9eec83745a2c 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -24,4 +24,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" +post-patch: + @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c + .include <bsd.port.mk> |