diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 13:08:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 13:08:57 +0000 |
commit | e35b30af8f0328f067331058c8bcd1aa89c8ea41 (patch) | |
tree | e57451cf6cc84ce9b0eee283a6bc5020554ff5b3 /audio/xtuner | |
parent | f19cc90aad5cde847220dccba31b5348810db44e (diff) | |
download | ports-e35b30af8f0328f067331058c8bcd1aa89c8ea41.tar.gz ports-e35b30af8f0328f067331058c8bcd1aa89c8ea41.zip |
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/xtuner')
-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 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 |