patch-theoraenc_pc_in 466 B

12345678910111213141516
  1. $OpenBSD: patch-theoraenc_pc_in,v 1.1 2013/04/14 00:41:46 brad Exp $
  2. Correct pkg-config file for overlinking.
  3. --- theoraenc.pc.in.orig Sat Mar 30 00:47:20 2013
  4. +++ theoraenc.pc.in Sat Mar 30 00:47:51 2013
  5. @@ -8,7 +8,7 @@ includedir=@includedir@
  6. Name: theora
  7. Description: Theora video codec (encoder)
  8. Version: @VERSION@
  9. -Requires: theoradec, ogg >= 1.1
  10. +Requires.private: theoradec, ogg >= 1.1
  11. Conflicts:
  12. Libs: -L${libdir} -ltheoraenc
  13. Cflags: -I${includedir}