diff options
author | antoine <antoine@FreeBSD.org> | 2017-06-11 23:24:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-06-11 23:24:07 +0800 |
commit | e902f5e4a6bb02d31832b018352eda94aa3cfbac (patch) | |
tree | 198c0b489691f35c3fd779fd07cfc13d70406404 /lang | |
parent | 0a14e6bda7b527d460138abb3f799436727e6904 (diff) | |
download | freebsd-ports-gnome-e902f5e4a6bb02d31832b018352eda94aa3cfbac.tar.gz freebsd-ports-gnome-e902f5e4a6bb02d31832b018352eda94aa3cfbac.tar.zst freebsd-ports-gnome-e902f5e4a6bb02d31832b018352eda94aa3cfbac.zip |
Mark BROKEN: fails to build
Compiling modules/Gdbm/gdbmmod.c
In file included from /wrkdirs/usr/ports/lang/pike78/work/Pike-v7.8.866/src/modules/Gdbm/gdbmmod.c:23:
/usr/local/include/gdbm.h:236:63: error: expected identifier
extern void gdbm_set_errno (GDBM_FILE dbf, gdbm_error ec, int fatal);
Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike78/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index e38b113fcc88..03182c2ba802 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -13,6 +13,8 @@ DISTNAME= Pike-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic programming language with a syntax similar to C++ +BROKEN= fails to build + LIB_DEPENDS= libtiff.so:graphics/tiff \ libgdbm.so:databases/gdbm \ libpcre.so:devel/pcre \ |