diff options
Diffstat (limited to 'devel/libpthread-stubs/files/patch-configure-libs')
-rw-r--r-- | devel/libpthread-stubs/files/patch-configure-libs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libpthread-stubs/files/patch-configure-libs b/devel/libpthread-stubs/files/patch-configure-libs new file mode 100644 index 000000000000..91c919993d20 --- /dev/null +++ b/devel/libpthread-stubs/files/patch-configure-libs @@ -0,0 +1,11 @@ +--- 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 + |