72a82f14d9
major changes: * gtk+ based GUI * savestates (aka snapshots/freeze files) incompatible with older versions * SDL audio output longer list of changes at http://www.snes9x.com/phpbb2/viewtopic.php?t=4546 from fgsch@
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
$OpenBSD: patch-unix_configure,v 1.1 2010/05/13 23:31:56 jakemsr Exp $
|
|
--- unix/configure.orig Mon Apr 19 09:47:56 2010
|
|
+++ unix/configure Mon Apr 19 09:48:12 2010
|
|
@@ -8362,7 +8362,7 @@ fi
|
|
if test $ac_cv_header_pthread_h = yes; then
|
|
|
|
S9XDEFS="$S9XDEFS -DUSE_THREADS"
|
|
- S9XLIBS="$S9XLIBS -lpthread"
|
|
+ S9XLIBS="$S9XLIBS -pthread"
|
|
|
|
fi
|
|
|