diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-13 15:03:43 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-13 15:03:43 +0000 |
commit | 935fc1458e5855fff18af963905f43c0201d416e (patch) | |
tree | f4369b56972c15028a1a9f558fd84dfdfebf3927 /math/rpy/Makefile | |
parent | 1411829a6141f2bd6bdaef561a42ab4b39d5f6ae (diff) |
Notes
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> |