Date: Sat, 16 Aug 2014 18:27:36 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365119 - head/comms/zssh/files Message-ID: <201408161827.s7GIRaI8089815@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Aug 16 18:27:35 2014 New Revision: 365119 URL: http://svnweb.freebsd.org/changeset/ports/365119 QAT: https://qat.redports.org/buildarchive/r365119/ Log: Fix build on -current. Modified: head/comms/zssh/files/patch-Makefile.in Modified: head/comms/zssh/files/patch-Makefile.in ============================================================================== --- head/comms/zssh/files/patch-Makefile.in Sat Aug 16 18:21:35 2014 (r365118) +++ head/comms/zssh/files/patch-Makefile.in Sat Aug 16 18:27:35 2014 (r365119) @@ -1,6 +1,15 @@ ---- Makefile.in.orig 2013-11-17 23:06:21.000000000 +0800 -+++ Makefile.in 2013-11-17 23:07:02.000000000 +0800 -@@ -75,9 +75,9 @@ ztelnet : $(NAME) +--- Makefile.in.orig 2003-09-22 22:18:54.000000000 -0400 ++++ Makefile.in 2014-08-16 14:26:51.000000000 -0400 +@@ -19,7 +19,7 @@ + AR = @AR@ + RANLIB = @RANLIB@ + CC = @CC@ +-CFLAGS = @CFLAGS@ @DEFS@ @EXTRA_CFLAGS@ ++CFLAGS = @CFLAGS@ @DEFS@ @EXTRA_CFLAGS@ @CPPFLAGS@ + CPPFLAGS = @CPPFLAGS@ + LIBS = @LIBS@ @EXTRA_LIBS@ + LDFLAGS = @LDFLAGS@ +@@ -75,9 +75,9 @@ install : strip $(NAME)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408161827.s7GIRaI8089815>