diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 13:08:57 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 13:08:57 +0000 |
commit | 695af79606918ebdeb6633d38e4a30c6fc2ab243 (patch) | |
tree | 65ec8258d8651b591d0a4e9f9bcf725f4daa615b /audio | |
parent | f6532d459b57eb2a0717e2b8e31a444e0920e636 (diff) | |
download | FreeBSD-ports-695af79606918ebdeb6633d38e4a30c6fc2ab243.zip FreeBSD-ports-695af79606918ebdeb6633d38e4a30c6fc2ab243.tar.gz |
We're defining TRUE, might as well FALSE alongside it to make this
port compile.
Submitted by: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xtuner/files/patch-aa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa index ddd331d..1af96da 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 |