openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / library / shairplay / patches / 01-pkgconfigfile.patch
blob76d6717a85dff2e588d642a622f126230087ab7a
1 diff -uNr shairplay/shairplay.pc shairplay2/shairplay.pc
2 --- shairplay/shairplay.pc 1970-01-01 08:00:00.000000000 +0800
3 +++ shairplay2/shairplay.pc 2016-01-15 00:54:51.773077123 +0800
4 @@ -0,0 +1,10 @@
5 +prefix=/usr/
6 +exec_prefix=${prefix}
7 +libdir=%LIBDIR%
8 +includedir=${prefix}/include
10 +Name: shairplay
11 +Description: Apple airplay and raop protocol server
12 +Version: %VERSION%
13 +Libs: -L${libdir} -lshairplay
14 +Cflags: -I${includedir}