openbsd-ports/multimedia/libdv/patches/patch-libdv_pc_in
naddy 1e1bcc9986 Update to 0.104. This release features optimized assembly for
amd64.  playdv can now play at the proper rate on amd64 machines.

Changes in the port:
* Remove inter-library dependencies (does not affect dependent ports).
* Fix playdv double-free crash at EOF.
* Can no longer be built with SEPARATE_BUILD, needs more investigation.
* WANTLIB markers.

From: Jacob Meuser <jakemsr@jakemsr.com>
2005-02-22 22:24:36 +00:00

11 lines
382 B
Plaintext

$OpenBSD: patch-libdv_pc_in,v 1.2 2005/02/22 22:24:36 naddy Exp $
--- libdv.pc.in.orig Mon Nov 29 17:44:55 2004
+++ libdv.pc.in Sat Feb 12 00:52:15 2005
@@ -7,5 +7,5 @@ Name: libdv
Description: DV software codec
Requires:
Version: @VERSION@
-Libs: -L${libdir} -ldv -lm @REQUIRES_NOPKGCONFIG@
+Libs: -L${libdir} -ldv -lm -pthread @REQUIRES_NOPKGCONFIG@
Cflags: -I${includedir}