diff options
author | johans <johans@FreeBSD.org> | 2014-07-06 23:32:06 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-07-06 23:32:06 +0800 |
commit | 8f1ba7b2137ee8d8a474d46a558cba8bbb21b017 (patch) | |
tree | 78968f300d093daa9f0d74600bd0d2bf949850b4 /www | |
parent | 44812910f2b8f97687b07a024952c55e7f0243e0 (diff) | |
download | freebsd-ports-gnome-8f1ba7b2137ee8d8a474d46a558cba8bbb21b017.tar.gz freebsd-ports-gnome-8f1ba7b2137ee8d8a474d46a558cba8bbb21b017.tar.zst freebsd-ports-gnome-8f1ba7b2137ee8d8a474d46a558cba8bbb21b017.zip |
Fix build
Diffstat (limited to 'www')
-rw-r--r-- | www/caudium14/Makefile | 2 | ||||
-rw-r--r-- | www/caudium14/files/patch-src_cmods__Caudium_nb_send.c | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index b8d1d3138724..0389af96a7f5 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -11,8 +11,6 @@ DISTNAME= Caudium-${DISTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Free webserver based on the Roxen Challenger 1.3 code base -BROKEN= Fails to compile - BUILD_DEPENDS= pike78:${PORTSDIR}/lang/pike78 LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof diff --git a/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c b/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c new file mode 100644 index 000000000000..019d4a376c02 --- /dev/null +++ b/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c @@ -0,0 +1,11 @@ +--- src/cmods/_Caudium/nb_send.c.orig 2014-07-06 17:29:43.000000000 +0200 ++++ src/cmods/_Caudium/nb_send.c 2014-07-06 17:29:21.000000000 +0200 +@@ -92,7 +92,7 @@ static int sbuffers; /* size of allocat + static void push_callback(int no) + { + add_ref(Pike_sp->u.object = THISOBJ); +- Pike_sp->subtype = no + Pike_fp->context.identifier_level; ++ Pike_sp->subtype = no + Pike_fp->context->identifier_level; + Pike_sp->type = T_FUNCTION; + Pike_sp++; + } |