svn commit: r335410 - head/graphics/hugin/files

Vasil Dimov vd at FreeBSD.org
Sun Dec 1 17:44:59 UTC 2013


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
+ 


More information about the svn-ports-all mailing list