diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-03 18:03:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-03 18:03:40 +0800 |
commit | 933dfb522214062f64b2fc5b958de8677af98839 (patch) | |
tree | 8eaf984e83cafadb454f6d527c72c0ab81719dd4 /math/rpy2 | |
parent | bfc1766eda9b3c766d4cea5c8a20727aaa5e0d7e (diff) | |
download | freebsd-ports-gnome-933dfb522214062f64b2fc5b958de8677af98839.tar.gz freebsd-ports-gnome-933dfb522214062f64b2fc5b958de8677af98839.tar.zst freebsd-ports-gnome-933dfb522214062f64b2fc5b958de8677af98839.zip |
- Mark BROKEN Does not compile
Submitted by: maintainer
Reported by erwinbot
Diffstat (limited to 'math/rpy2')
-rw-r--r-- | math/rpy2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |