diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-30 06:31:12 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-30 06:31:12 +0800 |
commit | 0ae47a17f89287ccfb918be9d1ef294494e9b9f0 (patch) | |
tree | 81f8c842fedaff722a2ddd16a6451e9997ec33c9 /lang/clisp | |
parent | 785e85b1bbbe5b9e92196a9745fa775cde2ac104 (diff) | |
download | freebsd-ports-gnome-0ae47a17f89287ccfb918be9d1ef294494e9b9f0.tar.gz freebsd-ports-gnome-0ae47a17f89287ccfb918be9d1ef294494e9b9f0.tar.zst freebsd-ports-gnome-0ae47a17f89287ccfb918be9d1ef294494e9b9f0.zip |
Mark BROKEN on 8.0: dumps core during build
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 3af00ffc282c..ab08d21db491 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -58,6 +58,8 @@ SUB_FILES= pkg-message # Semgentation fault in amd64 when using 'mmap(2)'. Also in Linux/ia64. .if ${ARCH} == "amd64" CONFIGURE_ARGS+=--disable-mmap +.elif ${OSVERSION} >= 800000 +BROKEN= dumps core during build .endif MODULES= BDB CLX_MIT CLX_NEW FASTCGI GDBM GTK2 ORACLE PARI PCRE PGSQL \ |