diff options
Diffstat (limited to 'audio/mxv/patches/patch-ad')
-rw-r--r-- | audio/mxv/patches/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/mxv/patches/patch-ad b/audio/mxv/patches/patch-ad new file mode 100644 index 00000000000..8e113a9090d --- /dev/null +++ b/audio/mxv/patches/patch-ad @@ -0,0 +1,19 @@ +*** device.h.orig Thu Apr 17 14:53:39 1997 +--- device.h Thu Apr 17 14:57:57 1997 +*************** +*** 33,39 **** + #include "InterViews/resource.h" + #include "localdefs.h" + +! #ifndef sgi + extern "C" int ioctl(int, unsigned long, char*); + #endif + +--- 33,39 ---- + #include "InterViews/resource.h" + #include "localdefs.h" + +! #if !defined( sgi ) && !defined( __FreeBSD__ ) + extern "C" int ioctl(int, unsigned long, char*); + #endif + |