diff options
author | adam <adam@pkgsrc.org> | 2010-05-16 10:22:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-16 10:22:37 +0000 |
commit | e794a1a55853365f448cc68c767b5dc6c73c73ca (patch) | |
tree | c3093b4369a92861dadfb622a053a7ab6528973d /graphics/panomatic/patches/patch-ba | |
parent | 5c598233e12ad5bc9281db757b27b79942c1af75 (diff) | |
download | pkgsrc-e794a1a55853365f448cc68c767b5dc6c73c73ca.tar.gz |
Pan-o-matic is a tool that automates the creation of control points in Hugin
written by Anael Orlinski.
Diffstat (limited to 'graphics/panomatic/patches/patch-ba')
-rw-r--r-- | graphics/panomatic/patches/patch-ba | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/panomatic/patches/patch-ba b/graphics/panomatic/patches/patch-ba new file mode 100644 index 00000000000..639513ef426 --- /dev/null +++ b/graphics/panomatic/patches/patch-ba @@ -0,0 +1,14 @@ +$NetBSD: patch-ba,v 1.1.1.1 2010/05/16 10:22:37 adam Exp $ + +--- panomatic/tclap/ValueArg.h.orig 2009-06-20 12:28:28.912422729 +0200 ++++ panomatic/tclap/ValueArg.h 2009-06-20 12:28:35.615429069 +0200 +@@ -28,6 +28,9 @@ + + #include <tclap/Arg.h> + #include <tclap/Constraint.h> ++#if __GNUC__ == 4 && __GNUC_MINOR__ > 3 ++#include <cstdio> ++#endif + + #ifdef HAVE_CONFIG_H + #include <config.h> |