summaryrefslogtreecommitdiff
path: root/multimedia/lsdvd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-30 22:15:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-30 22:15:47 +0000
commit4d51c76a9fbcb8196c0697de7fb251c733d063b5 (patch)
tree9b665c5ba99cbdadc28f5fad5cab02a567b6fd83 /multimedia/lsdvd
parent- Update download locations, files that are no longer available mirror locally (diff)
- Remove patch that was integrated upstream
Reported by: QAT
Notes
Notes: svn path=/head/; revision=227209
Diffstat (limited to 'multimedia/lsdvd')
-rw-r--r--multimedia/lsdvd/files/patch-ocode.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/lsdvd/files/patch-ocode.c b/multimedia/lsdvd/files/patch-ocode.c
deleted file mode 100644
index dde616c067ce..000000000000
--- a/multimedia/lsdvd/files/patch-ocode.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ocode.c.orig Sat Nov 25 19:46:18 2006
-+++ ocode.c Sat Nov 25 19:45:59 2006
-@@ -114,8 +114,7 @@
- INDENT;
- if (_lvl) {
- printf(syntax->array_inner, name);
-- printf(_lvl_return[_lvl]);
-- //sprintf(_lvl_return[_lvl], syntax->return_array_inner, name);
-+ _lvl_return[_lvl] = syntax->return_array_inner;
- } else {
- printf(syntax->array_outer, name);
- _lvl_return[_lvl] = syntax->return_array_outer;