diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-09-17 20:50:21 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-09-17 20:50:21 +0800 |
commit | 66e4ceffb9be8e283a91eb6ef13b203d2a17c00c (patch) | |
tree | fca697e07defb48675e51704ead6ec091d19bbd8 /emulators/uae | |
parent | 008fa7be6be7b6a98695a9c64492c4de5a279d05 (diff) | |
download | freebsd-ports-gnome-66e4ceffb9be8e283a91eb6ef13b203d2a17c00c.tar.gz freebsd-ports-gnome-66e4ceffb9be8e283a91eb6ef13b203d2a17c00c.tar.zst freebsd-ports-gnome-66e4ceffb9be8e283a91eb6ef13b203d2a17c00c.zip |
Add patch to allow configure to find the threads library
PR: 21267
Submitted by: Maintainer
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/uae/files/patch-aa b/emulators/uae/files/patch-aa new file mode 100644 index 000000000000..573b77c30209 --- /dev/null +++ b/emulators/uae/files/patch-aa @@ -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" |