From 6eaa570cff79c1549b45a9aba82c70f00fe5d94e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 2 Feb 2004 12:06:28 +0000 Subject: [PATCH 1/1] - link libvte with (used) gtk Changed files: vte-link.patch -> 1.1 --- vte-link.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vte-link.patch diff --git a/vte-link.patch b/vte-link.patch new file mode 100644 index 0000000..d0a1847 --- /dev/null +++ b/vte-link.patch @@ -0,0 +1,10 @@ +--- vte-0.11.10/src/Makefile.am.orig Mon Jun 16 23:15:09 2003 ++++ vte-0.11.10/src/Makefile.am Mon Feb 2 12:46:14 2004 +@@ -95,6 +95,7 @@ + # must be reset to 0 when this happens. + VERSION_AGE=1 + libvte_la_LDFLAGS = @LDFLAGS@ -version-info $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE) ++libvte_la_LIBADD = @GTK_LIBS@ + + CLEANFILES = marshal.c marshal.h + -- 2.44.0