summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-13 10:54:18 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-13 10:54:18 +0000
commit23e1f766cbfbb215c8e6f9781062b02e3f3861c8 (patch)
tree36946809504f70b3471b0142850cf745f037db3e /app-text/evince/files/evince-2.32.0-gold.patch
parentDrop package due bug #508854 (diff)
downloadgentoo-2-23e1f766cbfbb215c8e6f9781062b02e3f3861c8.tar.gz
gentoo-2-23e1f766cbfbb215c8e6f9781062b02e3f3861c8.tar.bz2
gentoo-2-23e1f766cbfbb215c8e6f9781062b02e3f3861c8.zip
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/evince/files/evince-2.32.0-gold.patch')
-rw-r--r--app-text/evince/files/evince-2.32.0-gold.patch52
1 files changed, 0 insertions, 52 deletions
diff --git a/app-text/evince/files/evince-2.32.0-gold.patch b/app-text/evince/files/evince-2.32.0-gold.patch
deleted file mode 100644
index 0388e9eef64e..000000000000
--- a/app-text/evince/files/evince-2.32.0-gold.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 11b951614a6b6cf567f33b04872b9d663989d2fe Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Sat, 3 Nov 2012 02:25:09 -0400
-Subject: [PATCH] build: link libdocument against libm and gmodule, and
- smclient against libICE
-
-Needed for building with gnu gold
----
- configure.ac | 6 ++++--
- libdocument/Makefile.am | 1 +
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 4bf438d..b5d8e8b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -163,8 +163,10 @@ dnl Check dependencies
- # SHELL_CFLAGS for shell implementation.
- # SHELL_LIBS
-
-+AC_CHECK_LIBM
-+AC_SUBST(LIBM)
-
--PKG_CHECK_MODULES(LIBDOCUMENT, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED)
-+PKG_CHECK_MODULES(LIBDOCUMENT, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gmodule-2.0)
- PKG_CHECK_MODULES(LIBVIEW, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gail$GAIL_API_VERSION >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
- PKG_CHECK_MODULES(BACKEND, cairo >= $CAIRO_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED)
- PKG_CHECK_MODULES(FRONTEND_CORE, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
-@@ -221,7 +223,7 @@ if test "$with_smclient" != "no"; then
- AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled])
-
- case "$with_smclient" in
-- xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;;
-+ xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;;
- *) SMCLIENT_PKGS="" ;;
- esac
-
-diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
-index facf17c..3944fb7 100644
---- a/libdocument/Makefile.am
-+++ b/libdocument/Makefile.am
-@@ -114,6 +114,7 @@ libevdocument_la_LDFLAGS = \
-
- libevdocument_la_LIBADD = \
- $(LIBDOCUMENT_LIBS) \
-+ $(LIBM) \
- $(top_builddir)/cut-n-paste/synctex/libsynctex.la
-
-
---
-1.7.12.4
-