1
0
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:
Christian Weisgerber 2003-01-30 22:08:45 +00:00
parent 9ab5f9df50
commit 1b408efd77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74314
2 changed files with 14 additions and 1 deletions

View File

@ -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/ \

View 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;