diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-05-21 07:10:03 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-05-21 07:10:03 +0000 |
commit | 883c2e090db55bf816adad377518fd71576a65ac (patch) | |
tree | 8ca8982c97389ecaeda6079adbdecfb64326b0fd /net/socat | |
parent | 9b3c31a7099848d3a11cd8b7288d6ea86e0bb813 (diff) | |
download | ports-883c2e090db55bf816adad377518fd71576a65ac.tar.gz ports-883c2e090db55bf816adad377518fd71576a65ac.zip |
Notes
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 4 |
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 |