summaryrefslogtreecommitdiff
path: root/debian/patches/gnome-ssh-askpass2-link.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
committerColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
commit8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 (patch)
tree2e0d8058bdfc24a60a20c5bcbfd1075ef1048ff3 /debian/patches/gnome-ssh-askpass2-link.patch
parente44a1fb6e8e59e67e5c8b6e83c0d8566d146aad9 (diff)
Convert to source format 3.0 (quilt).
Diffstat (limited to 'debian/patches/gnome-ssh-askpass2-link.patch')
-rw-r--r--debian/patches/gnome-ssh-askpass2-link.patch16
1 files changed, 16 insertions, 0 deletions
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 @@
1Index: b/contrib/Makefile
2===================================================================
3--- a/contrib/Makefile
4+++ b/contrib/Makefile
5@@ -7,9 +7,9 @@
6 `gnome-config --libs gnome gnomeui`
7
8 gnome-ssh-askpass2: gnome-ssh-askpass2.c
9- $(CC) `pkg-config --cflags gtk+-2.0` \
10+ $(CC) `pkg-config --cflags gtk+-2.0 x11` \
11 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
12- `pkg-config --libs gtk+-2.0`
13+ `pkg-config --libs gtk+-2.0 x11`
14
15 clean:
16 rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass