[113943] trunk/dports/graphics/hugin-app

ryandesign at macports.org ryandesign at macports.org
Tue Nov 26 00:21:41 PST 2013


Revision: 113943
          https://trac.macports.org/changeset/113943
Author:   ryandesign at macports.org
Date:     2013-11-26 00:21:40 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
hugin-app: fix "fatal error: 'ext/stdio_filebuf.h' file not found" with clang (#41463)

Modified Paths:
--------------
    trunk/dports/graphics/hugin-app/Portfile

Added Paths:
-----------
    trunk/dports/graphics/hugin-app/files/patch-src-hugin1-icpfind-AutoCtrlPointCreator.cpp.diff

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2013-11-26 07:59:50 UTC (rev 113942)
+++ trunk/dports/graphics/hugin-app/Portfile	2013-11-26 08:21:40 UTC (rev 113943)
@@ -62,7 +62,8 @@
 # patch-src-hugin1-hugin1.pch.diff                        - moderately helps with compiler issues
 patchfiles              patch-src-foreign-vigra-vigra-cachedfileimage.hxx.patch \
                         patch-src-foreign-zthread-include-zthread-Guard.h.diff \
-                        patch-src-hugin1-hugin1.pch.diff
+                        patch-src-hugin1-hugin1.pch.diff \
+                        patch-src-hugin1-icpfind-AutoCtrlPointCreator.cpp.diff
 
 depends_run             port:enblend \
                         port:p5.12-image-exiftool

Added: trunk/dports/graphics/hugin-app/files/patch-src-hugin1-icpfind-AutoCtrlPointCreator.cpp.diff
===================================================================
--- trunk/dports/graphics/hugin-app/files/patch-src-hugin1-icpfind-AutoCtrlPointCreator.cpp.diff	                        (rev 0)
+++ trunk/dports/graphics/hugin-app/files/patch-src-hugin1-icpfind-AutoCtrlPointCreator.cpp.diff	2013-11-26 08:21:40 UTC (rev 113943)
@@ -0,0 +1,11 @@
+--- src/hugin1/icpfind/AutoCtrlPointCreator.cpp.orig	2013-10-27 04:19:02.000000000 -0500
++++ src/hugin1/icpfind/AutoCtrlPointCreator.cpp	2013-11-26 00:09:46.000000000 -0600
+@@ -28,7 +28,7 @@
+ #include "panoinc.h"
+ 
+ #include <fstream>
+-#ifdef __GNUC__
++#if defined __GNUC__ && !defined __clang__
+ #include <ext/stdio_filebuf.h>
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/8e4896a9/attachment.html>


More information about the macports-changes mailing list