diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-03 17:26:57 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-03 17:26:57 +0800 |
commit | 529649284491597c9be265dd9f39517f1c94aac1 (patch) | |
tree | 18ccccd8981728a435240cac374f1714af3277ed /math | |
parent | 421b46b6988712acfe573d2ee88401edb172d2b0 (diff) | |
download | freebsd-ports-gnome-529649284491597c9be265dd9f39517f1c94aac1.tar.gz freebsd-ports-gnome-529649284491597c9be265dd9f39517f1c94aac1.tar.zst freebsd-ports-gnome-529649284491597c9be265dd9f39517f1c94aac1.zip |
math/octave-forge-video: unbreak patch after r468833
===> Patching for octave-forge-video-1.2.4_5
===> Applying FreeBSD patches for octave-forge-video-1.2.4_5
No file to patch. Skipping...
1 out of 1 hunks ignored--saving rejects to src/AVHandler.cc.rej
Can't create src/AVHandler.cc.rej, output is in /tmp/patchrvg0LqpIBg4: No such file or directory
=> FreeBSD patch patch-src_AVHandler.cc failed to apply cleanly.
*** Error code 1
Pointy hat to: jbeich
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-video/files/patch-AVHandler.cc (renamed from math/octave-forge-video/files/patch-src_AVHandler.cc) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge-video/files/patch-src_AVHandler.cc b/math/octave-forge-video/files/patch-AVHandler.cc index 111f05983381..b114750200b1 100644 --- a/math/octave-forge-video/files/patch-src_AVHandler.cc +++ b/math/octave-forge-video/files/patch-AVHandler.cc @@ -5,8 +5,8 @@ AVHandler.cc:247:30: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED' vstream->codec->flags |= CODEC_FLAG_TRUNCATED; ^ ---- src/AVHandler.cc.orig 2017-05-28 14:27:02 UTC -+++ src/AVHandler.cc +--- AVHandler.cc.orig 2017-05-28 14:27:02 UTC ++++ AVHandler.cc @@ -243,8 +243,8 @@ AVHandler::setup_read() codec_name = codec->name; |