You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qrencode/qrencode-fix-LIBPTHREAD-mac...

10 lines
352 B

--- ./libqrencode.pc.in.orig 2012-02-20 15:36:29.983533958 -0800
+++ ./libqrencode.pc.in 2012-02-20 15:56:41.252501662 -0800
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: libqrencode
Description: A QR Code encoding library
Version: @VERSION@
-Libs: -L${libdir} -lqrencode @LIBPTHREAD@
+Libs: -L${libdir} -lqrencode -pthread
Cflags: -I${includedir}