summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-19 15:00:16 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-19 15:00:16 +0000
commitc00762ac1f72eecd51cad0a6f78b16d86aea445a (patch)
treea49601a9f2d98a4b87af701262020c7dc9cbbc23 /emulators
parentMove chinese/cdict to chinese/stardict (diff)
Add the rest of the patch
PR: 21398 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=32847
Diffstat (limited to 'emulators')
-rw-r--r--emulators/uae/files/patch-aa9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/uae/files/patch-aa b/emulators/uae/files/patch-aa
index 573b77c30209..03f8aba0a1db 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