/[packages]/cauldron/rtmidi/current/SOURCES/rtmidi-5.0.0-pkgconfig.patch
ViewVC logotype

Contents of /cauldron/rtmidi/current/SOURCES/rtmidi-5.0.0-pkgconfig.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1937047 - (show annotations) (download)
Mon Jan 30 17:44:10 2023 UTC (14 months, 2 weeks ago) by daviddavid
File size: 695 byte(s)
SILENT: rediff pkgconfig patch
SILENT: now libmajor is 6

1 Index: rtmidi-5.0.0/rtmidi.pc.in
2 ===================================================================
3 --- rtmidi-5.0.0.orig/rtmidi.pc.in
4 +++ rtmidi-5.0.0/rtmidi.pc.in
5 @@ -1,12 +1,12 @@
6 prefix=@prefix@
7 -exec_prefix=${prefix}
8 -libdir=${exec_prefix}/lib
9 -includedir=${prefix}/include/rtmidi
10 +exec_prefix=@exec_prefix@
11 +libdir=@libdir@
12 +includedir=@includedir@
13
14 -Name: librtmidi
15 +Name: rtmidi
16 Description: RtMidi - a set of C++ classes that provide a common API for realtime MIDI input/output
17 Version: @PACKAGE_VERSION@
18 Requires.private: @req@
19 Libs: -L${libdir} -lrtmidi
20 Libs.private: -lpthread @req_libs@
21 -Cflags: -pthread -I${includedir} @api@
22 +Cflags: -pthread -I${includedir}/rtmidi @api@

  ViewVC Help
Powered by ViewVC 1.1.30