annotate src/mingw-portaudio-1-pkgconfig.patch @ 4673:010dc6a420ff

stable-octave: bump version number
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 21:57:06 -0400
parents 4e4cb8653942
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3777
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
1 diff -ur portaudio.orig/portaudio-2.0.pc.in portaudio/portaudio-2.0.pc.in
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
2 --- portaudio.orig/portaudio-2.0.pc.in 2015-01-26 13:21:54.575071537 -0500
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
3 +++ portaudio/portaudio-2.0.pc.in 2015-01-26 14:27:24.442724865 -0500
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
4 @@ -8,5 +8,6 @@
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
5 Requires:
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
6 Version: 19
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
7
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
8 -Libs: -L${libdir} -lportaudio @LIBS@
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
9 +Libs: -L${libdir} -lportaudio
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
10 +Libs.private: @LIBS@
4e4cb8653942 portaudio: in mingw, move libs in portaudio-2.0.pc to Libs.private
John Donoghue
parents:
diff changeset
11 Cflags: -I${includedir} @THREAD_CFLAGS@