Date: Sun, 1 Dec 2013 17:44:58 +0000 (UTC) From: Vasil Dimov <vd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335410 - head/graphics/hugin/files Message-ID: <201312011744.rB1HiwcM036760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vd Date: Sun Dec 1 17:44:58 2013 New Revision: 335410 URL: http://svnweb.freebsd.org/changeset/ports/335410 Log: Fix graphics/hugin build with clang. PR: ports/182742 Submitted by: dumbbell@ Added: head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp (contents, props changed) Added: head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp Sun Dec 1 17:44:58 2013 (r335410) @@ -0,0 +1,11 @@ +--- src/hugin1/icpfind/AutoCtrlPointCreator.cpp.orig 2013-12-01 19:41:03.000000000 +0200 ++++ src/hugin1/icpfind/AutoCtrlPointCreator.cpp 2013-12-01 19:41:25.000000000 +0200 +@@ -28,7 +28,7 @@ + #include "panoinc.h" + + #include <fstream> +-#ifdef __GNUC__ ++#if defined(__GNUC__) && !defined(__clang__) + #include <ext/stdio_filebuf.h> + #endif +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312011744.rB1HiwcM036760>