aboutsummaryrefslogtreecommitdiff
path: root/net/socat
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-05-21 07:10:03 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-05-21 07:10:03 +0000
commit883c2e090db55bf816adad377518fd71576a65ac (patch)
tree8ca8982c97389ecaeda6079adbdecfb64326b0fd /net/socat
parent9b3c31a7099848d3a11cd8b7288d6ea86e0bb813 (diff)
downloadports-883c2e090db55bf816adad377518fd71576a65ac.tar.gz
ports-883c2e090db55bf816adad377518fd71576a65ac.zip
Notes
Diffstat (limited to 'net/socat')
-rw-r--r--net/socat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index c0264b2fb2be..36f8af0c99bc 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -28,6 +28,10 @@ MAN1= socat.1
PLIST_FILES= bin/filan bin/procan bin/socat sbin/socat_wrapper
PORTDOCS= EXAMPLES README SECURITY FAQ
+.if ${CC} == clang
+CFLAGS+= -Wno-unused-comparison
+.endif
+
do-install:
.for f in filan procan socat
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin