aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-video
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-02-10 12:32:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-02-10 12:32:02 +0000
commit1e0a488760af8bf2bb3bcdf77b02f6e58d510d5d (patch)
tree43a5a73e65de0ae736f9946554855472e891c538 /math/octave-forge-video
parent689347b46dc63f3d7f74fa02192638a19f16d046 (diff)
downloadports-1e0a488760af8bf2bb3bcdf77b02f6e58d510d5d.tar.gz
ports-1e0a488760af8bf2bb3bcdf77b02f6e58d510d5d.zip
Notes
Diffstat (limited to 'math/octave-forge-video')
-rw-r--r--math/octave-forge-video/Makefile4
-rw-r--r--math/octave-forge-video/files/patch-AVHandler.cc10
2 files changed, 12 insertions, 2 deletions
diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile
index 62ccea8483b7..00487a11b375 100644
--- a/math/octave-forge-video/Makefile
+++ b/math/octave-forge-video/Makefile
@@ -7,10 +7,10 @@
PORTNAME= octave-forge-video
PORTVERSION= 1.0.1
-CATEGORIES= math
+CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
diff --git a/math/octave-forge-video/files/patch-AVHandler.cc b/math/octave-forge-video/files/patch-AVHandler.cc
new file mode 100644
index 000000000000..22dbe5908863
--- /dev/null
+++ b/math/octave-forge-video/files/patch-AVHandler.cc
@@ -0,0 +1,10 @@
+--- src/AVHandler.cc.orig 2008-08-24 18:14:47.000000000 +0200
++++ src/AVHandler.cc 2009-02-10 09:15:25.000000000 +0100
+@@ -24,6 +24,7 @@
+
+ #include "AVHandler.h"
+
++#include <stdlib.h>
+ #include <string>
+
+ #ifdef _MSC_VER