aboutsummaryrefslogtreecommitdiffstats
path: root/audio/snack/files
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-04-09 04:36:46 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-04-09 04:36:46 +0800
commit758c8af57f50c1ada5305c8e368d50046495475e (patch)
treee8e21d3fdb98b1b619d12ee58b1d1cd539f592f7 /audio/snack/files
parent23336054347dad44b822670e67673f348e423445 (diff)
downloadfreebsd-ports-gnome-758c8af57f50c1ada5305c8e368d50046495475e.tar.gz
freebsd-ports-gnome-758c8af57f50c1ada5305c8e368d50046495475e.tar.zst
freebsd-ports-gnome-758c8af57f50c1ada5305c8e368d50046495475e.zip
- Add LICENSE
- Switch to options helpers - Regenerate patches with `make makepatch`
Diffstat (limited to 'audio/snack/files')
-rw-r--r--audio/snack/files/patch-configure6
-rw-r--r--audio/snack/files/patch-generic-jkFormatMP3.c8
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/snack/files/patch-configure b/audio/snack/files/patch-configure
index d29a71853b65..153d3c0c30a6 100644
--- a/audio/snack/files/patch-configure
+++ b/audio/snack/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Tue Feb 10 20:10:42 2004
-+++ configure Sun Feb 15 13:56:28 2004
-@@ -1418,7 +1418,7 @@
+--- configure.orig 2005-12-14 11:29:39 UTC
++++ configure
+@@ -1487,7 +1487,7 @@ if test "$TCL_SHARED_BUILD" = 0; then
echo "$as_me: error: Tcl and Tk must be configured with the --enable-shared flag" >&2;}
{ (exit 1); exit 1; }; }
fi
diff --git a/audio/snack/files/patch-generic-jkFormatMP3.c b/audio/snack/files/patch-generic-jkFormatMP3.c
index 70044cb6dfea..7f509dac31c7 100644
--- a/audio/snack/files/patch-generic-jkFormatMP3.c
+++ b/audio/snack/files/patch-generic-jkFormatMP3.c
@@ -1,6 +1,6 @@
---- ../generic/jkFormatMP3.c.orig Mon Jul 10 22:17:06 2006
-+++ ../generic/jkFormatMP3.c Mon Jul 10 22:17:17 2006
-@@ -31,7 +31,6 @@
+--- ../generic/jkFormatMP3.c.orig 2005-12-14 11:29:38 UTC
++++ ../generic/jkFormatMP3.c
+@@ -31,7 +31,6 @@ must retain this copyright notice.
#include <string.h>
#define FRAS2(is,a) ((is) > 0 ? t_43[(is)]*(a):-t_43[-(is)]*(a))
#define MAXFRAMESIZE 2106 /* frame size starting at header */
@@ -8,7 +8,7 @@
static char *gblOutputbuf;
static char *gblReadbuf;
static int gblBufind = 0;
-@@ -1311,6 +1310,7 @@
+@@ -1311,6 +1310,7 @@ huffman_decode(int tbl,int *x,int *y)
#include <math.h>