diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-06 04:01:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-06 04:01:10 +0800 |
commit | 9b2166b0810356b2ca8a361f907902904804ad3b (patch) | |
tree | 8353c15c3bb44aa85a6fd3d99ed24aedaf8b3cdb /x11 | |
parent | bf3c96f214aa441f339d5615a6b6b66012c2917e (diff) | |
download | freebsd-ports-gnome-9b2166b0810356b2ca8a361f907902904804ad3b.tar.gz freebsd-ports-gnome-9b2166b0810356b2ca8a361f907902904804ad3b.tar.zst freebsd-ports-gnome-9b2166b0810356b2ca8a361f907902904804ad3b.zip |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sakura/Makefile | 4 | ||||
-rw-r--r-- | x11/tint/Makefile | 2 |
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 \ |