aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-05 20:01:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-05 20:01:10 +0000
commita3973d38262b750b7f91e782e097724e6181def2 (patch)
tree8353c15c3bb44aa85a6fd3d99ed24aedaf8b3cdb /x11
parentab35da6f5bc46b7cb12249972f07d73efa91f341 (diff)
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/sakura/Makefile4
-rw-r--r--x11/tint/Makefile2
2 files changed, 1 insertions, 5 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile
index 8d1d02b77538..39deb5d00998 100644
--- a/x11/sakura/Makefile
+++ b/x11/sakura/Makefile
@@ -14,13 +14,11 @@ LICENSE= GPLv2
LIB_DEPENDS= libgnutls.so:security/gnutls \
libpcre2-8.so:devel/pcre2
-BROKEN_powerpc64= fails to build: sakura.c:1348: 'for' loop initial declaration used outside C99 mode
-
OPTIONS_DEFINE= DOCS
+USES= cmake pkgconfig gettext perl5 tar:bzip2
USE_GNOME= cairo gdkpixbuf2 vte3
USE_XORG= x11
-USES= cmake pkgconfig gettext perl5 tar:bzip2
USE_PERL5= build
LDFLAGS+= -lintl
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index 0f1333f8f452..3d07ebbf798e 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -10,8 +10,6 @@ COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= fails to build: area.h: redefinition of typedef 'Area'
-
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libImlib2.so:graphics/imlib2 \