diff options
-rw-r--r-- | math/rpy/Makefile | 2 | ||||
-rw-r--r-- | math/rpy2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index e34647edbfe6..8108e5b3a9c9 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -23,6 +23,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" +BROKEN= Does not compile + post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index e34647edbfe6..8108e5b3a9c9 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -23,6 +23,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" +BROKEN= Does not compile + post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c |