summaryrefslogtreecommitdiff
path: root/security/gnome-ssh-askpass/files/patch-contrib_Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-10-17 15:44:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-10-17 15:44:29 +0000
commit86182bb4806a664e359d8b2db61d267fb6862dc6 (patch)
tree33209f39b467fc0212600c043e9887aa536535bd /security/gnome-ssh-askpass/files/patch-contrib_Makefile
parentRework last build fix to work on DragonFlyBSD also (diff)
security/gnome-ssh-askpass: Update version 5.8p2=>6.6p1
Diffstat (limited to 'security/gnome-ssh-askpass/files/patch-contrib_Makefile')
-rw-r--r--security/gnome-ssh-askpass/files/patch-contrib_Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/gnome-ssh-askpass/files/patch-contrib_Makefile b/security/gnome-ssh-askpass/files/patch-contrib_Makefile
index a134fa855853..98901ed86ca1 100644
--- a/security/gnome-ssh-askpass/files/patch-contrib_Makefile
+++ b/security/gnome-ssh-askpass/files/patch-contrib_Makefile
@@ -1,11 +1,11 @@
---- contrib/Makefile.orig Thu Sep 21 21:04:13 2006
-+++ contrib/Makefile Thu Sep 21 21:04:29 2006
-@@ -7,7 +7,7 @@
+--- contrib/Makefile.orig 2012-05-19 05:24:37 UTC
++++ contrib/Makefile
+@@ -9,7 +9,7 @@ gnome-ssh-askpass1: gnome-ssh-askpass1.c
`gnome-config --libs gnome gnomeui`
gnome-ssh-askpass2: gnome-ssh-askpass2.c
-- $(CC) `pkg-config --cflags gtk+-2.0` \
-+ $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` \
+- $(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \
++ $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
- `pkg-config --libs gtk+-2.0`
+ `$(PKG_CONFIG) --libs gtk+-2.0 x11`