aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-04-29 00:37:49 +0800
committerpav <pav@FreeBSD.org>2004-04-29 00:37:49 +0800
commit6c98a7335ddc7149d3b7982f3c780e61e8f4ed37 (patch)
tree6e9263ecb783b61f35f5ab812d29361be1ac1dc3 /net
parent15563671d383837d736f86e8a098cb1d3a9bcca2 (diff)
downloadfreebsd-ports-gnome-6c98a7335ddc7149d3b7982f3c780e61e8f4ed37.tar.gz
freebsd-ports-gnome-6c98a7335ddc7149d3b7982f3c780e61e8f4ed37.tar.zst
freebsd-ports-gnome-6c98a7335ddc7149d3b7982f3c780e61e8f4ed37.zip
- Respect CC
PR: ports/65111 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/rdesktop/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index 22f6116dba87..22dc0953eb9b 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -17,12 +17,17 @@ COMMENT= RDP client for Windows NT/2000/2003 Terminal Server
USE_XLIB= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
USE_OPENSSL= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
DOCS= doc/AUTHORS doc/TODO doc/*.txt
MAN1= rdesktop.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|$$cc|${CC}|' \
+ ${WRKSRC}/configure
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${MAN1PREFIX}/man/man1