mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
11 lines
403 B
Text
11 lines
403 B
Text
--- Makefile.in.orig 2015-06-14 15:26:41.400785000 +0200
|
|
+++ Makefile.in 2015-06-14 15:27:12.810055000 +0200
|
|
@@ -415,7 +415,7 @@
|
|
--enable-gtk-doc \
|
|
--disable-doc-cross-references
|
|
|
|
-SUBDIRS = libpeas loaders $(am__append_1) tests data po docs
|
|
+SUBDIRS = libpeas loaders $(am__append_1) data po docs
|
|
GCOVDIRS = libpeas loaders $(am__append_2)
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|