mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Add patch to allow configure to find the threads library
PR: 21267 Submitted by: Maintainer
This commit is contained in:
parent
d724c45c1e
commit
a39e621e6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32758
11
emulators/uae/files/patch-aa
Normal file
11
emulators/uae/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Tue Aug 15 16:01:31 2000
|
||||
+++ configure Sun Sep 17 08:48:28 2000
|
||||
@@ -5121,7 +5121,7 @@
|
||||
echo "configure:5122: checking for pthread library" >&5
|
||||
TMP_SAVE_CFLAGS=$CFLAGS
|
||||
TMP_SAVE_LIBS=$LIBS
|
||||
-LIBS="$LIBS -lpthread"
|
||||
+LIBS="$LIBS -pthread"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5127 "configure"
|
||||
#include "confdefs.h"
|
Loading…
Reference in New Issue
Block a user