ports/multimedia/libtheora/patches/patch-theoraenc_pc_in

15 lines
369 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Correct pkg-config file for overlinking.
Index: theoraenc.pc.in
--- theoraenc.pc.in.orig
+++ theoraenc.pc.in
@@ -8,7 +8,7 @@ includedir=@includedir@
Name: theora
Description: Theora video codec (encoder)
Version: @VERSION@
-Requires: theoradec, ogg >= 1.1
+Requires.private: theoradec, ogg >= 1.1
Conflicts:
Libs: -L${libdir} -ltheoraenc
Cflags: -I${includedir}