summaryrefslogtreecommitdiff
path: root/x11/libgnome
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
commit951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch)
tree6146e775343aaf339921799078894a48fef9aa15 /x11/libgnome
parentRemove expired ports: (diff)
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
Notes
Notes: svn path=/head/; revision=480951
Diffstat (limited to 'x11/libgnome')
-rw-r--r--x11/libgnome/Makefile3
-rw-r--r--x11/libgnome/files/patch-libgnome_gnome-config.h11
2 files changed, 13 insertions, 1 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index b86a008339cf..3331ae06e558 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -16,7 +16,8 @@ USES= tar:bzip2
.if !defined(REFERENCE_PORT)
BUILD_DEPENDS= rarian-sk-config:textproc/rarian
-LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra
+LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \
+ libpopt.so:devel/popt
RUN_DEPENDS= rarian-sk-config:textproc/rarian
INSTALL_TARGET= install-strip
diff --git a/x11/libgnome/files/patch-libgnome_gnome-config.h b/x11/libgnome/files/patch-libgnome_gnome-config.h
new file mode 100644
index 000000000000..14b56620abdf
--- /dev/null
+++ b/x11/libgnome/files/patch-libgnome_gnome-config.h
@@ -0,0 +1,11 @@
+--- libgnome/gnome-config.h.orig 2009-04-23 09:29:13 UTC
++++ libgnome/gnome-config.h
+@@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char *path, gboole
+ #define gnome_config_private_clean_key(path) \
+ (gnome_config_clean_key_((path),TRUE))
+
+-/* returns the true filename of the config file */
++/* returns the true filename of the config file */
+ #define gnome_config_get_real_path(path) \
+ (g_build_filename (gnome_user_dir_get(),(path),NULL))
+ #define gnome_config_private_get_real_path(path) \