openbsd-ports/x11/gnome/ssh-askpass/patches/patch-Makefile
bernd 5a16b70baf Initial import of gnome-ssh-askpass-5.0.
A simple GNOME SSH passphrase grabber.

ok jasper@
2008-05-02 14:07:46 +00:00

13 lines
462 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2008/05/02 14:07:46 bernd Exp $
--- Makefile.orig Fri Feb 29 09:08:21 2008
+++ Makefile Fri Feb 29 09:08:27 2008
@@ -7,7 +7,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` \
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
`pkg-config --libs gtk+-2.0`