From 8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 27 Feb 2010 14:05:10 +0000 Subject: Convert to source format 3.0 (quilt). --- debian/patches/gnome-ssh-askpass2-link.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/patches/gnome-ssh-askpass2-link.patch (limited to 'debian/patches/gnome-ssh-askpass2-link.patch') diff --git a/debian/patches/gnome-ssh-askpass2-link.patch b/debian/patches/gnome-ssh-askpass2-link.patch new file mode 100644 index 000000000..6e1a341b0 --- /dev/null +++ b/debian/patches/gnome-ssh-askpass2-link.patch @@ -0,0 +1,16 @@ +Index: b/contrib/Makefile +=================================================================== +--- a/contrib/Makefile ++++ b/contrib/Makefile +@@ -7,9 +7,9 @@ + `gnome-config --libs gnome gnomeui` + + gnome-ssh-askpass2: gnome-ssh-askpass2.c +- $(CC) `pkg-config --cflags gtk+-2.0` \ ++ $(CC) `pkg-config --cflags gtk+-2.0 x11` \ + gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ +- `pkg-config --libs gtk+-2.0` ++ `pkg-config --libs gtk+-2.0 x11` + + clean: + rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass -- cgit v1.2.3