diff options
author | antoine <antoine@FreeBSD.org> | 2016-03-14 03:44:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-03-14 03:44:52 +0800 |
commit | 6e9aa30bd00db821957cd1d497539a60a09dd4f1 (patch) | |
tree | 8eddb106ee656448dd675db146ee759b3b54f9af /x11 | |
parent | 6f8943bc9a9906dee379710bfec33532b3748bd2 (diff) | |
download | freebsd-ports-gnome-6e9aa30bd00db821957cd1d497539a60a09dd4f1.tar.gz freebsd-ports-gnome-6e9aa30bd00db821957cd1d497539a60a09dd4f1.tar.zst freebsd-ports-gnome-6e9aa30bd00db821957cd1d497539a60a09dd4f1.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deforaos-panel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile index ec51e631d545..f65996bd3f08 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 \ |