openbsd-ports/devel/orc/patches/patch-orc-uninstalled_pc_in
ajacoutot e2894e788c Remove -pthread patching and sync a bit closer to a pending patch
for upstream since the original project is missing libpthread
linking all together.

from Brad (maintainer)
2012-08-26 07:17:20 +00:00

13 lines
541 B
Plaintext

$OpenBSD: patch-orc-uninstalled_pc_in,v 1.2 2012/08/26 07:17:20 ajacoutot Exp $
--- orc-uninstalled.pc.in.orig Tue Apr 12 12:22:03 2011
+++ orc-uninstalled.pc.in Thu Aug 16 17:37:32 2012
@@ -6,7 +6,7 @@ includedir=${pcfiledir}/
Name: orc-@ORC_MAJORMINOR@ uninstalled
Description: Library of Optimized Inner Loops Runtime Compiler
Version: @VERSION@
-Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
+Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ -lpthread @LIBM@ @LIBRT@
Cflags: -I${includedir}
orcc=${pcfiledir}/tools/orcc@EXEEXT@