Date: Mon, 5 Feb 2018 17:26:09 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460986 - head/graphics/ufraw/files Message-ID: <201802051726.w15HQ9tM060633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Feb 5 17:26:08 2018 New Revision: 460986 URL: https://svnweb.freebsd.org/changeset/ports/460986 Log: Unbreak the build against recent Clang. PR: 225556 Modified: head/graphics/ufraw/files/patch-dcraw.cc Modified: head/graphics/ufraw/files/patch-dcraw.cc ============================================================================== --- head/graphics/ufraw/files/patch-dcraw.cc Mon Feb 5 17:09:58 2018 (r460985) +++ head/graphics/ufraw/files/patch-dcraw.cc Mon Feb 5 17:26:08 2018 (r460986) @@ -19,3 +19,12 @@ } } else if (fsize == 5869568) { if (!timestamp && minolta_z2()) { +@@ -10073,7 +10073,7 @@ void CLASS tiff_head (struct tiff_hdr *th, int full) + strncpy (th->desc, desc, 512); + strncpy (th->make, make, 64); + strncpy (th->model, model, 64); +- strcpy (th->soft, "dcraw v"DCRAW_VERSION); ++ strcpy (th->soft, "dcraw v" DCRAW_VERSION); + t = localtime (×tamp); + sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", + t->tm_year+1900,t->tm_mon+1,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802051726.w15HQ9tM060633>