diff options
author | kwm <kwm@FreeBSD.org> | 2014-12-31 04:13:46 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-12-31 04:13:46 +0800 |
commit | 816bd153bdd241d15760e1f3157b6599b480a604 (patch) | |
tree | f8d16b26e7f6882796704c78c3316de2d96ca435 /graphics/GraphicsMagick | |
parent | 2708491b9858faea7fe6e4a4c93aec5355aeaf49 (diff) | |
download | freebsd-ports-gnome-816bd153bdd241d15760e1f3157b6599b480a604.tar.gz freebsd-ports-gnome-816bd153bdd241d15760e1f3157b6599b480a604.tar.zst freebsd-ports-gnome-816bd153bdd241d15760e1f3157b6599b480a604.zip |
Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 8bd2b6c36163..0dd2d19b8981 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -118,6 +118,3 @@ regression-test: do-build ${MAKEFILE} ${MAKE_ARGS} check) .include <bsd.port.post.mk> -# The OPENMP option may select gcc as compiler but on architectures -# that have switched to libc++ clang should be used for C++ code. -CXX= c++ |