--- CMakeLists.txt.orig	2010-11-10 06:32:23.000000000 -0500
+++ CMakeLists.txt	2010-11-10 06:42:25.000000000 -0500
@@ -52,7 +52,6 @@
 option ( enable-floats "enable type float instead of double for DSP samples" off )
 option ( enable-profiling "profile the dsp code" off )
 option ( enable-ladspa "enable LADSPA effect units" off )
-option ( enable-portaudio "compile PortAudio support" off )
 option ( enable-trap-on-fpe "enable SIGFPE trap on Floating Point Exceptions" off )
 option ( enable-fpe-check "enable Floating Point Exception checks and debug messages" off )
 option ( enable-debug "enable debugging (default=no)" off )
@@ -65,6 +64,7 @@
 option ( enable-midishare "compile MidiShare support (if it is available)" on )
 option ( enable-readline "compile readline lib line editing (if it is available)" on )
 option ( enable-dbus "compile DBUS support (if it is available)" on )
+option ( enable-portaudio "compile PortAudio support" on )
 option ( BUILD_SHARED_LIBS "Build a shared object or DLL" on )
 
 # Platform specific options
@@ -77,7 +77,7 @@
 if ( ${CMAKE_SYSTEM} MATCHES "Darwin" )
     option ( enable-coreaudio "compile CoreAudio support (if it is available)" on )
     option ( enable-coremidi "compile CoreMIDI support (if it is available)" on )
-    option ( enable-framework "create a Mac OSX style FluidSynth.framework" on )
+	option ( enable-portaudio "compile PortAudio support" on )
 endif ( ${CMAKE_SYSTEM} MATCHES "Darwin" )
 
 if ( ${CMAKE_SYSTEM} MATCHES "os2" )
