From 6e9aa30bd00db821957cd1d497539a60a09dd4f1 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 13 Mar 2016 19:44:52 +0000 Subject: Mark BROKEN: fails to build cc -I ../../include -W `pkg-config --cflags libSystem gtk+-2.0` -fPIC -Wall -g -O2 -pedantic `pkg-config --cflags libDesktop` -c embed.c embed.c:104:33: error: too few arguments to function call, single argument 'code' was not specified helper->error(NULL, error_get(), 1); Reported by: pkg-fallout --- x11/deforaos-panel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11/deforaos-panel') diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile index ec51e631d54..f65996bd3f0 100644 --- a/x11/deforaos-panel/Makefile +++ b/x11/deforaos-panel/Makefile @@ -13,6 +13,8 @@ COMMENT= DeforaOS desktop panel LICENSE= GPLv3 +BROKEN= fails to build + LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop BUILD_DEPENDS= browser:${PORTSDIR}/x11-fm/deforaos-browser \ -- cgit