freebsd-ports/devel/libpthread-stubs/files/patch-configure-libs
Martin Wilke ca2c3eebdb - Fix after objformat removal
Submitted by: pointyhat via kris
Approved by: maintainer
2007-02-08 23:42:11 +00:00

11 lines
232 B
Text

--- configure.orig Wed Jan 24 17:10:44 2007
+++ configure Wed Jan 24 17:11:08 2007
@@ -20705,7 +20705,7 @@
_ACEOF
else
- PKG_CONFIG_LIBS='-L${libdir} -pthread-stubs'
+ PKG_CONFIG_LIBS='-L${libdir} -lpthread-stubs'
fi
done