freebsd-ports/audio/qjackctl/files/patch-src_qjackctlSetup.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
235 B
C++

--- src/qjackctlSetup.cpp.orig 2016-04-05 15:57:30 UTC
+++ src/qjackctlSetup.cpp
@@ -34,7 +34,7 @@
#if defined(WIN32)
#define DEFAULT_DRIVER "portaudio"
#else
-#define DEFAULT_DRIVER "alsa"
+#define DEFAULT_DRIVER "oss"
#endif