mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Fix glitch in option handling.
This commit is contained in:
parent
9ab5f9df50
commit
1b408efd77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74314
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= vorbis-tools
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \
|
||||
|
13
audio/vorbis-tools/files/patch-oggdec_oggdec.c
Normal file
13
audio/vorbis-tools/files/patch-oggdec_oggdec.c
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- oggdec/oggdec.c.orig Mon Sep 23 13:20:52 2002
|
||||
+++ oggdec/oggdec.c Mon Sep 23 13:21:04 2002
|
||||
@@ -99,6 +99,7 @@
|
||||
break;
|
||||
case 'o':
|
||||
outfilename = strdup(optarg);
|
||||
+ break;
|
||||
case 'R':
|
||||
raw = atoi(optarg);
|
||||
break;
|
Loading…
Reference in New Issue
Block a user