summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity-devel/files')
-rw-r--r--audio/audacity-devel/files/patch-Makefile.in2
-rw-r--r--audio/audacity-devel/files/patch-cext.h12
-rw-r--r--audio/audacity-devel/files/patch-xlisp.h19
3 files changed, 32 insertions, 1 deletions
diff --git a/audio/audacity-devel/files/patch-Makefile.in b/audio/audacity-devel/files/patch-Makefile.in
index bfc0e1e6465a..095ebee8bbb9 100644
--- a/audio/audacity-devel/files/patch-Makefile.in
+++ b/audio/audacity-devel/files/patch-Makefile.in
@@ -1,6 +1,6 @@
--- Makefile.in 2008-06-25 09:55:22.000000000 -0300
+++ Makefile.in.new 2008-06-25 09:58:26.000000000 -0300
-@@ -30,11 +30,12 @@
+@@ -31,11 +31,12 @@
$(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME)
# install docs
diff --git a/audio/audacity-devel/files/patch-cext.h b/audio/audacity-devel/files/patch-cext.h
new file mode 100644
index 000000000000..b6da23fd2120
--- /dev/null
+++ b/audio/audacity-devel/files/patch-cext.h
@@ -0,0 +1,12 @@
+--- lib-src/libnyquist/nyquist/cmt/cext.h 2009-07-15 20:27:36.000000000 -0700
++++ lib-src/libnyquist/nyquist/cmt/cext.hcext.h 2009-07-19 00:37:45.000000000 -0700
+
+@@ -58,7 +58,7 @@
+ #include <malloc.h>
+ #endif
+
+-#if NEED_ULONG
++#if NEED_ULONG || __FreeBSD__
+ typedef unsigned long ulong;
+ #endif
+
diff --git a/audio/audacity-devel/files/patch-xlisp.h b/audio/audacity-devel/files/patch-xlisp.h
new file mode 100644
index 000000000000..08478e98ad33
--- /dev/null
+++ b/audio/audacity-devel/files/patch-xlisp.h
@@ -0,0 +1,19 @@
+--- lib-src/libnyquist/nyquist/xlisp/xlisp.h 2009-07-15 20:27:36.000000000 -0700
++++ lib-src/libnyquist/nyquist/xlisp/xlisp.h 2009-07-19 00:24:11.000000000 -0700
+@@ -152,6 +152,15 @@
+ #endif
+ #endif
+
++/* FreeBSD */
++#ifdef __FreeBSD__
++#if __BYTE_ORDER == __LITTLE_ENDIAN
++#define XL_LITTLE_ENDIAN
++#else
++#define XL_BIG_ENDIAN
++#endif
++#endif
++
+ /* Apple CC */
+ #ifdef __APPLE__
+ #define NNODES 2000
+