1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/xtuner/files/patch-aa
Thomas Gellekum ad7c81fa74 New port xtuner. xtuner is an X-windows interface for the RadioREVEAL
and RadioTrack FM radio cards.

I couldn't test the functionality, but it builds and installs.

PR:		part of 5228
Submitted by:	Lars Köller <Lars.Koeller@uni-bielefeld.de>
1998-04-30 09:46:30 +00:00

35 lines
836 B
Plaintext

*** ../../../xtuner.h Wed Oct 29 22:56:20 1997
--- ./xtuner.h Wed Oct 29 22:59:41 1997
***************
*** 9,23 ****
#if (defined(BSD) && (BSD >= 199306))
# include <osreldate.h>
# include <stdlib.h>
- # include "/usr/X11/include/X11/forms.h"
# include <machine/cpufunc.h>
# include <machine/soundcard.h>
#else
# include <asm/io.h>
- # include "forms.h"
# include <linux/soundcard.h>
#endif
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
--- 9,22 ----
#if (defined(BSD) && (BSD >= 199306))
# include <osreldate.h>
# include <stdlib.h>
# include <machine/cpufunc.h>
# include <machine/soundcard.h>
#else
# include <asm/io.h>
# include <linux/soundcard.h>
#endif
+ #include "forms.h"
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>