summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 13:08:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 13:08:57 +0000
commite35b30af8f0328f067331058c8bcd1aa89c8ea41 (patch)
treee57451cf6cc84ce9b0eee283a6bc5020554ff5b3 /audio
parentRemove these files so they won't be accidentally tagged for the release. (diff)
We're defining TRUE, might as well FALSE alongside it to make this
port compile. Submitted by: bento
Notes
Notes: svn path=/head/; revision=35140
Diffstat (limited to 'audio')
-rw-r--r--audio/xtuner/files/patch-aa5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa
index ddd331da0fd0..1af96da72bb0 100644
--- a/audio/xtuner/files/patch-aa
+++ b/audio/xtuner/files/patch-aa
@@ -17,13 +17,16 @@
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-@@ -48,6 +47,10 @@
+@@ -48,6 +47,13 @@
int fpiopl;
#endif
+#ifndef TRUE
+#define TRUE 1
+#endif
++#ifndef FALSE
++#define FALSE 0
++#endif
+
#define ON 1
#define OFF 0