freebsd-ports/security/gnome-ssh-askpass/files/patch-contrib_Makefile
Alexander Botero-Lowry 17b5eddd65 - Add PTHREAD_LIBS to CFLAGS
PR:		103322
Submitted by:	Vladimir Grebenschikov <vova@fbsd.ru>
Approved by:	novel (mentor)
2006-09-22 08:22:11 +00:00

11 lines
370 B
Text

--- contrib/Makefile.orig Thu Sep 21 21:04:13 2006
+++ contrib/Makefile Thu Sep 21 21:04:29 2006
@@ -7,7 +7,7 @@
`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`