8d67f4a547
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release notes can be found at: http://www.kde.org/announcements/announce-3.5.10.php While not a very exciting release in terms of features, 3.5.10 brings a couple of nice bugfixes and translation updates to those who choose to stay with KDE 3.5. The fixes are thinly spread across KPDF with a number of crash fixes, KGPG and probably most interesting various fixes in kicker, KDE3's panel: * Improved visibility on transparent backgrounds * Themed arrow buttons in applets that were missing them * Layout and antialiasing fixes in various applets Approved by: portmgr (erwin/pav)
13 lines
284 B
C++
13 lines
284 B
C++
--- ./kmix/kmix-platforms.cpp.orig 2008-08-27 12:50:03.000000000 +0400
|
|
+++ ./kmix/kmix-platforms.cpp 2008-08-27 13:20:36.000000000 +0400
|
|
@@ -84,10 +84,6 @@
|
|
#else
|
|
#include <soundcard.h>
|
|
#endif
|
|
-#if SOUND_VERSION >= 0x040000
|
|
-#define OSS4_MIXER
|
|
-#undef OSS_MIXER
|
|
-#endif
|
|
|
|
#endif
|
|
|