mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
11 lines
342 B
Text
11 lines
342 B
Text
--- client/Makefile.in.orig 2015-08-17 21:54:17.000000000 +0200
|
|
+++ client/Makefile.in 2015-08-17 21:54:39.000000000 +0200
|
|
@@ -292,7 +292,7 @@
|
|
EXEEXT = @EXEEXT@
|
|
FGREP = @FGREP@
|
|
FUSE_CFLAGS = @FUSE_CFLAGS@
|
|
-FUSE_LIBS = @FUSE_LIBS@
|
|
+FUSE_LIBS = @FUSE_LIBS@ -lfuse
|
|
GCR_CFLAGS = @GCR_CFLAGS@
|
|
GCR_LIBS = @GCR_LIBS@
|
|
GDU_CFLAGS = @GDU_CFLAGS@
|