freebsd-ports/audio/lmms/files/patch-plugins_zynaddsubfx_src_Output_PAaudiooutput.h
Michael Scheidell e602751048 -Update to 0.4.12
PR:		ports/161415
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Reviewed by:	scheidell
Approved by:	gabor (mentor)
Feature safe:	yes
2011-12-07 16:04:33 +00:00

11 lines
368 B
C

--- plugins/zynaddsubfx/src/Output/PAaudiooutput.h.orig 2011-10-04 21:29:52.000000000 +0000
+++ plugins/zynaddsubfx/src/Output/PAaudiooutput.h 2011-10-04 21:30:34.000000000 +0000
@@ -22,7 +22,7 @@
#ifndef PA_AUDIO_OUTPUT_H
#define PA_AUDIO_OUTPUT_H
-#include <portaudio.h>
+#include <portaudio2/portaudio.h>
#include "../globals.h"
#include "../Misc/Master.h"