summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2002-07-04 09:53:00 +0000
committerMike Heffner <mikeh@FreeBSD.org>2002-07-04 09:53:00 +0000
commit1b3b2dc951cd145abc8edacf3e00e4f03a868d40 (patch)
tree5ec18d4ab28fe0be0bee1a62c90ece1d74555857 /audio
parentUpdate port to version 1.13. (diff)
Fix for new XForms version.
Notes
Notes: svn path=/head/; revision=62426
Diffstat (limited to 'audio')
-rw-r--r--audio/xtuner/files/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa
index 1af96da72bb0..8a5fb144435c 100644
--- a/audio/xtuner/files/patch-aa
+++ b/audio/xtuner/files/patch-aa
@@ -1,5 +1,5 @@
---- xtuner.h.orig Thu Dec 19 20:33:57 1996
-+++ xtuner.h Wed Jul 19 13:35:42 2000
+--- xtuner.h.orig Thu Dec 19 14:33:57 1996
++++ xtuner.h Thu Jul 4 05:52:14 2002
@@ -9,15 +9,14 @@
#if (defined(BSD) && (BSD >= 199306))
# include <osreldate.h>
@@ -13,21 +13,21 @@
# include <linux/soundcard.h>
#endif
-+#include "forms.h"
++#include "X11/forms.h"
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-@@ -48,6 +47,13 @@
- int fpiopl;
- #endif
+@@ -46,6 +45,13 @@
+ #if (defined(BSD) && (BSD >= 199306))
+ int fpiopl;
++#endif
++
+#ifndef TRUE
+#define TRUE 1
+#endif
+#ifndef FALSE
+#define FALSE 0
-+#endif
-+
+ #endif
+
#define ON 1
- #define OFF 0
- #define AUTOON 2