freebsd-ports/editors/openoffice.org-3-RC/files/patch-vcl::unx::source::app::vsound.hxx
Martin Blapp 5f6e7f6949 First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix.

As you may see the patchnames are very long, but that makes
maintaining patches a lot easier.
2002-10-18 22:41:42 +00:00

20 lines
457 B
C++

--- ../vcl/unx/source/app/vsound.hxx.orig Sun Jul 21 00:10:24 2002
+++ ../vcl/unx/source/app/vsound.hxx Sun Jul 21 00:10:27 2002
@@ -61,7 +61,7 @@
#ifndef _VCL_VSOUND_HXX
#define _VCL_VSOUND_HXX
-#ifdef LINUX
+#if defined(LINUX) || defined(FREEBSD)
#define USE_OSS
#endif
@@ -69,7 +69,7 @@
#define USE_DEVAUDIO
#endif
-#if defined LINUX || defined SOLARIS
+#if defined (LINUX) || defined(FREEBSD) || defined (SOLARIS)
#define USE_NAS
#endif