freebsd-ports/sysutils/cpdup/files/patch-Makefile
Guido Falsi f37722a042 - Don't pass -T option to ssh process, this allows use of the "null"
cipher if requested [1]
- Fix build with clang
- Trim Makefile headers

Submitted by:	Oliver Fromme <olli@grabthar.secnetix.de> [1]
Approved by:	Gianmarco Giovannelli <gmarco@gufi.org> (maintainer)
Feature safe:	yes
2012-11-07 08:25:42 +00:00

10 lines
217 B
Text

--- Makefile.orig 2010-07-05 20:02:07.000000000 +0200
+++ Makefile 2012-11-05 13:35:55.997489741 +0100
@@ -6,6 +6,7 @@
.if defined(.FreeBSD)
CFLAGS += -D_ST_FLAGS_PRESENT_=1
+NO_WERROR = true
WARNS?= 6
.endif