diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-09-19 23:00:16 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-09-19 23:00:16 +0800 |
commit | 805d8fbaf83c6dc4569dd94217a295974db56513 (patch) | |
tree | 22a666804bcc1a2de706fc37f8079229ba896d14 | |
parent | 9662d497ed5383f71e0a8bcc946b6f7e2350afc9 (diff) | |
download | freebsd-ports-gnome-805d8fbaf83c6dc4569dd94217a295974db56513.tar.gz freebsd-ports-gnome-805d8fbaf83c6dc4569dd94217a295974db56513.tar.zst freebsd-ports-gnome-805d8fbaf83c6dc4569dd94217a295974db56513.zip |
Add the rest of the patch
PR: 21398
Submitted by: Maintainer
-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 |