Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-src_hugin1_base__wx_StitchingExecutor.cpp,v 1.1 2015/10/18 15:56:56 adam Exp $
Re-order includes to fix building.
--- src/hugin1/base_wx/StitchingExecutor.cpp.orig 2015-08-24 21:56:49.000000000 +0000
+++ src/hugin1/base_wx/StitchingExecutor.cpp
@@ -37,9 +37,9 @@
#include "hugin_base/panotools/PanoToolsUtils.h"
#include "hugin_base/panodata/PanoramaOptions.h"
#include "hugin_base/algorithms/basic/LayerStacks.h"
+#include "base_wx/LensTools.h"
#include "base_wx/platform.h"
#include "base_wx/wxPlatform.h"
-#include "base_wx/LensTools.h"
#include "hugin/config_defaults.h"
#if wxCHECK_VERSION(3,0,0)