diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-20 18:59:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-20 18:59:19 +0000 |
commit | aa8eddd2a4364b76347ebcd18f9f3f10dc22d1f5 (patch) | |
tree | 86040123565ac832e7de707e9154beb44d8aa503 /graphics/ampasCTL/files | |
parent | 671332be8e16578ec75451de28c3a922cb830fd7 (diff) |
Notes
Diffstat (limited to 'graphics/ampasCTL/files')
-rw-r--r-- | graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc b/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc index 48a5ae2c7835..cac860278732 100644 --- a/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc +++ b/graphics/ampasCTL/files/patch-lib__dpx__dpx_util.cc @@ -1,8 +1,10 @@ ---- ./lib/dpx/dpx_util.cc.orig 2013-10-12 18:55:34.000000000 +0200 -+++ ./lib/dpx/dpx_util.cc 2013-10-12 18:55:55.000000000 +0200 -@@ -57,6 +57,7 @@ +--- lib/dpx/dpx_util.cc.orig 2014-06-03 01:11:24 UTC ++++ lib/dpx/dpx_util.cc +@@ -55,8 +55,8 @@ + #include "dpx_util.hh" + #include <stdarg.h> #include <stdio.h> - +-#include <alloca.h> #include <string.h> +#include <stdlib.h> |