diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-19 15:00:16 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-19 15:00:16 +0000 |
commit | c00762ac1f72eecd51cad0a6f78b16d86aea445a (patch) | |
tree | a49601a9f2d98a4b87af701262020c7dc9cbbc23 | |
parent | 16c8c16723ce1566cd435907d88bd7f6e0cca5a5 (diff) | |
download | ports-c00762ac1f72eecd51cad0a6f78b16d86aea445a.tar.gz ports-c00762ac1f72eecd51cad0a6f78b16d86aea445a.zip |
Notes
-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 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 |