diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-02 03:50:05 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-02 03:50:05 +0800 |
commit | 3b530a62f39f75e8e59c033b272ef10e3322dd76 (patch) | |
tree | 7397a4bf21dffc70c720107ebad1d6dcc52dd76d /x11-wm/gcompmgr/Makefile | |
parent | 991f4493faccdd803e02575f424a73aebeae98da (diff) | |
download | freebsd-ports-gnome-3b530a62f39f75e8e59c033b272ef10e3322dd76.tar.gz freebsd-ports-gnome-3b530a62f39f75e8e59c033b272ef10e3322dd76.tar.zst freebsd-ports-gnome-3b530a62f39f75e8e59c033b272ef10e3322dd76.zip |
x11-wm/gcompmgr: fix build with GCC-based architectures
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20822
Diffstat (limited to 'x11-wm/gcompmgr/Makefile')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index 10b10f70a3c0..ab1601f06159 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME interface to xcompmgr -BROKEN_powerpc64= fails to compile: params.cc:135:37: 'memset' was not declared in this scope - RUN_DEPENDS= xcompmgr:x11-wm/xcompmgr GNU_CONFIGURE= yes |