aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2011-06-21 20:09:48 +0800
committerarved <arved@FreeBSD.org>2011-06-21 20:09:48 +0800
commit62af728c27ac778897688927b9df07427a7d6d19 (patch)
treea306f5a97b46b1a00ac70b2f410fcbf06219508b /security
parentf4c1a6dc738f4785220d07376c2489f3b04f53b6 (diff)
downloadfreebsd-ports-gnome-62af728c27ac778897688927b9df07427a7d6d19.tar.gz
freebsd-ports-gnome-62af728c27ac778897688927b9df07427a7d6d19.tar.zst
freebsd-ports-gnome-62af728c27ac778897688927b9df07427a7d6d19.zip
Respect CC
Reported by: pointyhat clang run
Diffstat (limited to 'security')
-rw-r--r--security/ssh_askpass_gtk2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ssh_askpass_gtk2/Makefile b/security/ssh_askpass_gtk2/Makefile
index 82d03ab51dc5..4367ad525e01 100644
--- a/security/ssh_askpass_gtk2/Makefile
+++ b/security/ssh_askpass_gtk2/Makefile
@@ -22,6 +22,9 @@ USE_GNOME= gtk20
PLIST_FILES= bin/ssh-askpass-fullscreen
+post-patch:
+ ${REINPLACE_CMD} -e "s,gcc,${CC}," ${WRKSRC}/Makefile
+
do-install:
cd ${WRKSRC};\
${INSTALL_PROGRAM} ssh-askpass-fullscreen ${PREFIX}/bin/ssh-askpass-fullscreen;\