summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch')
-rw-r--r--app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch b/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch
deleted file mode 100644
index 1ffef5275c4b..000000000000
--- a/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix linking libgcryptui.so with -Wl,--as-needed in LDFLAGS. Missing DBUS_CFLAGS
-in INCLUDES.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=596691
-
----
---- libcryptui/Makefile.am
-+++ libcryptui/Makefile.am
-@@ -70,6 +70,7 @@
-
- INCLUDES = -I$(top_builddir) \
- -I$(top_srcdir) \
-+ $(DBUS_CFLAGS) \
- $(LIBCRYPTUI_CFLAGS) \
- -DLIBCRYPTUI_BUILD=1 \
- -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE