diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:15:07 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:15:07 +0000 |
commit | f3ae11f09ae8c8f1b8d48d30108bc7ac9a0b6d5c (patch) | |
tree | 0233f605d97d886c211eaf9860a894d333356501 /x11-libs/vte/files | |
parent | gnome 2.16 (diff) | |
download | gentoo-2-f3ae11f09ae8c8f1b8d48d30108bc7ac9a0b6d5c.tar.gz gentoo-2-f3ae11f09ae8c8f1b8d48d30108bc7ac9a0b6d5c.tar.bz2 gentoo-2-f3ae11f09ae8c8f1b8d48d30108bc7ac9a0b6d5c.zip |
gnome 2.16
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'x11-libs/vte/files')
-rw-r--r-- | x11-libs/vte/files/digest-vte-0.14.0 | 3 | ||||
-rw-r--r-- | x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/vte/files/digest-vte-0.14.0 b/x11-libs/vte/files/digest-vte-0.14.0 new file mode 100644 index 000000000000..beeaeb1dbbe9 --- /dev/null +++ b/x11-libs/vte/files/digest-vte-0.14.0 @@ -0,0 +1,3 @@ +MD5 42c6929f2072f1373cf37942896bb332 vte-0.14.0.tar.bz2 1010026 +RMD160 6193b01fcd1193a3ff64fea45c8294ca95747926 vte-0.14.0.tar.bz2 1010026 +SHA256 b807803603b3b0c8b57ffba4bd6c6bc4060ffcc3393571829427c1442c6bccf9 vte-0.14.0.tar.bz2 1010026 diff --git a/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch b/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch new file mode 100644 index 000000000000..3eaa3bb2dc6e --- /dev/null +++ b/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch @@ -0,0 +1,11 @@ +--- gnome-pty-helper/Makefile.am 2006-06-13 21:36:27.000000000 -0500 ++++ gnome-pty-helper/Makefile.am 2006-06-13 21:37:08.000000000 -0500 +@@ -1,7 +1,7 @@ + libexec_PROGRAMS = gnome-pty-helper + + AM_CFLAGS = $(GLIB_CFLAGS) +-AM_LDFLAGS = $(LDFLAGS) $(GLIB_LIBS) ++AM_LDFLAGS = -Wl,-z,now $(LDFLAGS) $(GLIB_LIBS) + + gnome_pty_helper_SOURCES = \ + gnome-pty.h \ |