diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-03 10:03:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-03 10:03:40 +0000 |
commit | d774d6b6d703ef70b1a26bebd29d5ec1ec0c8dc9 (patch) | |
tree | f895daecc06ea5fe6e126a76440eca3439872db3 | |
parent | 2a2d02dc594fd0d154cc1a2288bf341e83c81643 (diff) | |
download | ports-d774d6b6d703ef70b1a26bebd29d5ec1ec0c8dc9.tar.gz ports-d774d6b6d703ef70b1a26bebd29d5ec1ec0c8dc9.zip |
Notes
-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 |