aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/awesome
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-11-02 12:54:13 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-11-02 12:54:13 +0000
commitfc925b3abdaacf375e44c6fc60c0153383d2e967 (patch)
tree2074eb5d563ddff829fee444f3f9a89a336c0616 /x11-wm/awesome
parente844913db0968a17bb7211d9ddf511684a7421f0 (diff)
downloadports-fc925b3abdaacf375e44c6fc60c0153383d2e967.tar.gz
ports-fc925b3abdaacf375e44c6fc60c0153383d2e967.zip
x11-wm/awesome: Fix build with GCC-based architectures
This port requires C11-aware compiler. Add USES=compiler:c11 to fix build on GCC architectures. Take MAINTAINER'ship. PR: 232855 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1] Approved by: garga (maintainer, IRC) Sponsored by: IntegriCloud [1]
Notes
Notes: svn path=/head/; revision=483802
Diffstat (limited to 'x11-wm/awesome')
-rw-r--r--x11-wm/awesome/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index b108eab478ff..998ea2eb8adf 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -8,7 +8,7 @@ DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= x11-wm
-MAINTAINER= garga@FreeBSD.org
+MAINTAINER= dbaio@FreeBSD.org
COMMENT= Highly configurable, next generation framework window manager
LICENSE= GPLv2+
@@ -28,13 +28,11 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
libxcb-xrm.so:x11/xcb-util-xrm \
libxkbcommon.so:x11/libxkbcommon
-BROKEN_powerpc64= fails to compile: stack.h: redefinition of typedef 'client_t'
-
CONFLICTS_INSTALL= awesome3-[0-9]*
+USES= cmake:outsource compiler:c11 gettext iconv pkgconfig lua shebangfix
USE_GITHUB= yes
GH_ACCOUNT= awesomewm
-USES= cmake:outsource gettext iconv pkgconfig lua shebangfix
SHEBANG_FILES= utils/awesome-client
CMAKE_ARGS= -DSYSCONFDIR=${PREFIX}/etc \
-DAWESOME_MAN_PATH=${MANPREFIX}/man \