~cjwatson/ubuntu/precise/openssh/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/gnome-ssh-askpass2-link.patch

  • Committer: Colin Watson
  • Date: 2010-02-27 14:05:10 UTC
  • mto: (3160.1.286 experimental)
  • mto: This revision was merged to the branch mainline in revision 3194.
  • Revision ID: cjwatson@debian.org-20100227140510-fqpfs9wkxqm0k3bv
Convert to source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: 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