aboutsummaryrefslogtreecommitdiff
path: root/graphics/long-exposure-tools/files
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-23 01:04:17 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-23 01:04:17 +0000
commitb3c049f1bc0e9b6e2f64038ca4ab48e285813058 (patch)
tree6c317f35b3feb1aaa5878d5c99814d189155f865 /graphics/long-exposure-tools/files
parent03789324a8ee0ec80e12dab4b72309330248f510 (diff)
downloadports-b3c049f1bc0e9b6e2f64038ca4ab48e285813058.tar.gz
ports-b3c049f1bc0e9b6e2f64038ca4ab48e285813058.zip
Notes
Diffstat (limited to 'graphics/long-exposure-tools/files')
-rw-r--r--graphics/long-exposure-tools/files/patch-pamalign.c10
-rw-r--r--graphics/long-exposure-tools/files/patch-pamblend.c10
2 files changed, 20 insertions, 0 deletions
diff --git a/graphics/long-exposure-tools/files/patch-pamalign.c b/graphics/long-exposure-tools/files/patch-pamalign.c
new file mode 100644
index 000000000000..3fc62ec048a3
--- /dev/null
+++ b/graphics/long-exposure-tools/files/patch-pamalign.c
@@ -0,0 +1,10 @@
+--- pamalign.c.orig Mon Aug 23 11:48:10 2004
++++ pamalign.c Mon Aug 23 11:48:29 2004
+@@ -12,6 +12,7 @@
+ */
+
+ #include <pam.h>
++#include <math.h>
+ #include <shhopt.h>
+
+ #define DEFAULT_MAXSHIFT 5
diff --git a/graphics/long-exposure-tools/files/patch-pamblend.c b/graphics/long-exposure-tools/files/patch-pamblend.c
new file mode 100644
index 000000000000..77d6f525ebcb
--- /dev/null
+++ b/graphics/long-exposure-tools/files/patch-pamblend.c
@@ -0,0 +1,10 @@
+--- pamblend.c.orig Mon Aug 23 11:47:46 2004
++++ pamblend.c Mon Aug 23 11:48:00 2004
+@@ -12,6 +12,7 @@
+ */
+
+ #include <pam.h>
++#include <math.h>
+ #include <shhopt.h>
+
+ #define DEFAULT_TOLERANCE 6