freebsd-ports/audio/pd/files/patch-src_s_stuff.h
Trevor Johnson bdf11b37cd Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.
to do:  the "Help -> About pd" and "Media -> Test Audio and MIDI"
menu items do not work because the port installs files where they
are not found by the program
2003-11-12 00:55:19 +00:00

15 lines
326 B
C

$FreeBSD$
--- src/s_stuff.h.orig Thu Jul 31 18:26:16 2003
+++ src/s_stuff.h Tue Nov 11 21:50:10 2003
@@ -131,10 +131,8 @@
#define API_PORTAUDIO 4
#define API_JACK 5
-#ifdef __linux__
#define API_DEFAULT API_OSS
#define API_DEFSTRING "OSS"
-#endif
#ifdef MSW
#define API_DEFAULT API_MMIO
#define API_DEFSTRING "MMIO"