diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-17 12:50:21 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-17 12:50:21 +0000 |
commit | a39e621e6e2b6981fd5e3bf353918f32ad443167 (patch) | |
tree | c2e044818bb93d855493c04178ca4532e5c2c88c /emulators | |
parent | d724c45c1ecfb84b41a1667efdbb3ba13a3bced9 (diff) | |
download | ports-a39e621e6e2b6981fd5e3bf353918f32ad443167.tar.gz ports-a39e621e6e2b6981fd5e3bf353918f32ad443167.zip |
Add patch to allow configure to find the threads library
PR: 21267
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=32758
Diffstat (limited to 'emulators')
-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" |