diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-20 11:28:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-20 11:28:15 +0800 |
commit | 51d90687cb2391d008eba361a277c096e86de74b (patch) | |
tree | 7354fffa67eb305cef451f67cd0bfcea505180be /audio/mp3asm/files | |
parent | d0db43a571e2465ad99fa3b7d80469d5b0c403fd (diff) | |
download | freebsd-ports-gnome-51d90687cb2391d008eba361a277c096e86de74b.tar.gz freebsd-ports-gnome-51d90687cb2391d008eba361a277c096e86de74b.tar.zst freebsd-ports-gnome-51d90687cb2391d008eba361a277c096e86de74b.zip |
add mp3asm
MP3 frame level editor
Diffstat (limited to 'audio/mp3asm/files')
-rw-r--r-- | audio/mp3asm/files/patch-src::mp3asm.h | 10 | ||||
-rw-r--r-- | audio/mp3asm/files/patch-src::utils.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/audio/mp3asm/files/patch-src::mp3asm.h b/audio/mp3asm/files/patch-src::mp3asm.h new file mode 100644 index 000000000000..aabba2f6f270 --- /dev/null +++ b/audio/mp3asm/files/patch-src::mp3asm.h @@ -0,0 +1,10 @@ +--- src/mp3asm.h.orig Fri Jul 20 11:17:05 2001 ++++ src/mp3asm.h Fri Jul 20 11:17:58 2001 +@@ -30,7 +30,6 @@ + #include <stdlib.h> + #include <string.h> + #include <sysexits.h> +-#include <argz.h> + #include <ctype.h> + + #define LOGBUFSIZE 4096 diff --git a/audio/mp3asm/files/patch-src::utils.c b/audio/mp3asm/files/patch-src::utils.c new file mode 100644 index 000000000000..a4be43497def --- /dev/null +++ b/audio/mp3asm/files/patch-src::utils.c @@ -0,0 +1,10 @@ +--- src/utils.c.orig Fri Jul 20 11:14:59 2001 ++++ src/utils.c Fri Jul 20 11:15:37 2001 +@@ -25,6 +25,7 @@ + #include "utils.h" + #include <unistd.h> + #include <stdio.h> ++#include <errno.h> + + /* + * tmalloc: mallocs cleanly |