diff options
author | kwm <kwm@FreeBSD.org> | 2015-01-01 23:59:19 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-01-01 23:59:19 +0800 |
commit | 73f39b194751474bf37e8694780bc22579625ad0 (patch) | |
tree | 58677ad675590356b4b91eec49da2d00552bc85c /x11 | |
parent | ef0119275c45e0e0508bff4f5ca7b9db0a88d321 (diff) | |
download | freebsd-ports-graphics-73f39b194751474bf37e8694780bc22579625ad0.tar.gz freebsd-ports-graphics-73f39b194751474bf37e8694780bc22579625ad0.tar.zst freebsd-ports-graphics-73f39b194751474bf37e8694780bc22579625ad0.zip |
Unbreak cjs and cinnamon on 9.3 and 8.4. The spidermonkey 24.0 code needs
GCC 4.4+ or clang to build.
Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cinnamon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 3894a702e6a..6bdcf929b2a 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -37,7 +37,8 @@ RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ WRKSRC= ${WRKDIR}/Cinnamon-${PORTVERSION} -USES= autoreconf:build gettext gmake libtool pathfix pkgconfig python shebangfix +USES= autoreconf:build compiler:c11 gettext gmake libtool \ + pathfix pkgconfig python shebangfix USE_GNOME= evolutiondataserver3 gconf2 gnomedesktop3 \ gnomeprefix gtk30 intlhack introspection:build # this happens before moving the file to ${PREFIX} (which then will be copied to ${STAGEDIR}${PREFIX}) |