diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-09-19 15:00:16 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-09-19 15:00:16 +0000 |
commit | 805d8fbaf83c6dc4569dd94217a295974db56513 (patch) | |
tree | 22a666804bcc1a2de706fc37f8079229ba896d14 /emulators | |
parent | 9662d497ed5383f71e0a8bcc946b6f7e2350afc9 (diff) | |
download | FreeBSD-ports-805d8fbaf83c6dc4569dd94217a295974db56513.zip FreeBSD-ports-805d8fbaf83c6dc4569dd94217a295974db56513.tar.gz |
Add the rest of the patch
PR: 21398
Submitted by: Maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/uae/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/uae/files/patch-aa b/emulators/uae/files/patch-aa index 573b77c..03f8aba 100644 --- a/emulators/uae/files/patch-aa +++ b/emulators/uae/files/patch-aa @@ -9,3 +9,12 @@ cat > conftest.$ac_ext <<EOF #line 5127 "configure" #include "confdefs.h" +@@ -6051,7 +6051,7 @@ + if [ "x$HAVE_PTHREAD_LIB" = "xyes" ]; then + THREADDEP=td-posix + CFLAGS="$CFLAGS -DSUPPORT_THREADS -D_REENTRANT" +- LIBS="$LIBS -lpthread" ++ LIBS="$LIBS -pthread" + if [ "x$HAVE_POSIX4_LIB" = "xyes" ]; then + LIBS="$LIBS -lposix4" + fi |