Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+14
View File
@@ -0,0 +1,14 @@
$NetBSD: patch-ac,v 1.1 2016/06/20 08:09:40 kamil Exp $
Fixes pthread LIBS and CFLAGS.
--- liblo.pc.in.orig 2013-07-25 10:14:32.000000000 +0000
+++ liblo.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: liblo
Version: @PACKAGE_VERSION@
Description: A lightweight OSC server/client library
-Libs: -L${libdir} -llo @LIBPTHREAD@ @extralibs@
-Cflags: -I${includedir}
+Libs: -L${libdir} -llo @LIBPTHREAD@ @PTHREAD_LIBS@ @extralibs@
+Cflags: -I${includedir} @PTHREAD_CFLAGS@