summaryrefslogtreecommitdiff
path: root/graphics/hugin/files/patch-src-include-common-utils.h
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-08-14 13:43:22 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-08-14 13:43:22 +0000
commit77414578dfcaf2b0b8b9035e58309f15925a4112 (patch)
treec56f95ce83e0b1741dd6ab50d9045cf5d1c791d1 /graphics/hugin/files/patch-src-include-common-utils.h
parentFix pkg-plist (this file did not get into previous commit) (diff)
- 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
Notes
Notes: svn path=/head/; revision=140875
Diffstat (limited to 'graphics/hugin/files/patch-src-include-common-utils.h')
-rw-r--r--graphics/hugin/files/patch-src-include-common-utils.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/hugin/files/patch-src-include-common-utils.h b/graphics/hugin/files/patch-src-include-common-utils.h
new file mode 100644
index 000000000000..17d99366f2f7
--- /dev/null
+++ b/graphics/hugin/files/patch-src-include-common-utils.h
@@ -0,0 +1,12 @@
+--- src/include/common/utils.h.orig Mon Jan 17 07:29:40 2005
++++ src/include/common/utils.h Thu Aug 11 20:24:45 2005
+@@ -30,6 +30,9 @@
+ #include <sstream>
+ #include <cassert>
+
++#include <locale.h>
++#include <stdio.h>
++
+ #include "platform.h"
+
+ #ifdef __WXMSW__