diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-03 17:26:57 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-03 17:26:57 +0800 |
commit | 0073ad2989d30ac5c02205602b7aabafc3adc2ed (patch) | |
tree | 18ccccd8981728a435240cac374f1714af3277ed /math | |
parent | cc2e8d2d8bcc7faff5966843432add18f0a577d1 (diff) | |
download | freebsd-ports-gnome-0073ad2989d30ac5c02205602b7aabafc3adc2ed.tar.gz freebsd-ports-gnome-0073ad2989d30ac5c02205602b7aabafc3adc2ed.tar.zst freebsd-ports-gnome-0073ad2989d30ac5c02205602b7aabafc3adc2ed.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; |