1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Remove unneeded patch.

This commit is contained in:
Kirill Ponomarev 2004-08-16 07:21:18 +00:00
parent e967428bc6
commit fd66095dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116355
2 changed files with 0 additions and 16 deletions

View File

@ -12,8 +12,6 @@ MASTER_SITES= http://huli.org/wavbreaker/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to split wav files
BROKEN= "Patch fails"
USE_GNOME= gnomehack gtk20 libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -1,14 +0,0 @@
--- src/wavinfo.c.orig Sat Dec 20 01:10:42 2003
+++ src/wavinfo.c Sat Dec 20 01:11:23 2003
@@ -19,9 +19,10 @@
}
for (i = 1; i < argc; i++) {
+ SampleInfo sampleInfo;
+
printf("Header info for: %s\n", argv[i]);
- SampleInfo sampleInfo;
if (wav_read_header(argv[i], &sampleInfo, 1) != 0) {
printf(wav_get_error_message());
}