diff options
author | mikeh <mikeh@FreeBSD.org> | 2002-07-04 17:53:00 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2002-07-04 17:53:00 +0800 |
commit | f6aab606661263deff0e7dd5ab75a71fc967b014 (patch) | |
tree | 2288387ffc8c702c8be8fffe6cb2e9f657b1f006 /audio/xtuner | |
parent | d67d2202c95133588a2d3b2ada410daf8ff71670 (diff) | |
download | freebsd-ports-gnome-f6aab606661263deff0e7dd5ab75a71fc967b014.tar.gz freebsd-ports-gnome-f6aab606661263deff0e7dd5ab75a71fc967b014.tar.zst freebsd-ports-gnome-f6aab606661263deff0e7dd5ab75a71fc967b014.zip |
Fix for new XForms version.
Diffstat (limited to 'audio/xtuner')
-rw-r--r-- | audio/xtuner/files/patch-aa | 20 |
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 |