From 77414578dfcaf2b0b8b9035e58309f15925a4112 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Sun, 14 Aug 2005 13:43:22 +0000 Subject: - Fix build on RELENG_4. - Fix dependencies on wxgtk (include lib versions, otherwise wxgtk2 2.6.x libarries could match) - Bump PORTREVISION. Approved by: portmgr --- graphics/hugin/files/patch-src-hugin-ImagesPanel.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 graphics/hugin/files/patch-src-hugin-ImagesPanel.cpp (limited to 'graphics/hugin/files/patch-src-hugin-ImagesPanel.cpp') diff --git a/graphics/hugin/files/patch-src-hugin-ImagesPanel.cpp b/graphics/hugin/files/patch-src-hugin-ImagesPanel.cpp new file mode 100644 index 000000000000..be910b25f420 --- /dev/null +++ b/graphics/hugin/files/patch-src-hugin-ImagesPanel.cpp @@ -0,0 +1,15 @@ +--- src/hugin/ImagesPanel.cpp.orig Thu Aug 11 20:18:49 2005 ++++ src/hugin/ImagesPanel.cpp Thu Aug 11 20:20:24 2005 +@@ -448,9 +448,9 @@ + for (UIntSet::const_iterator it = selImg.begin(); + it != selImg.end(); ++it ) + { +- vars[i].insert(make_pair("y", Variable("y",0.0))); +- vars[i].insert(make_pair("p", Variable("p",0.0))); +- vars[i].insert(make_pair("r", Variable("r",0.0))); ++ vars[i].insert(make_pair((char *) "y", Variable("y",0.0))); ++ vars[i].insert(make_pair((char *) "p", Variable("p",0.0))); ++ vars[i].insert(make_pair((char *) "r", Variable("r",0.0))); + i++; + } + GlobalCmdHist::getInstance().addCommand( -- cgit v1.2.3