openbsd-ports/emulators/snes9x/patches/patch-gtk_configure
jakemsr 72a82f14d9 update to snes9x-1.52
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@
2010-05-13 23:31:56 +00:00

13 lines
441 B
Plaintext

$OpenBSD: patch-gtk_configure,v 1.1 2010/05/13 23:31:56 jakemsr Exp $
--- gtk/configure.orig Sun Jan 10 17:28:11 2010
+++ gtk/configure Mon Apr 19 16:59:27 2010
@@ -2351,7 +2351,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-CFLAGS="-O2 -Wall -W -pedantic -Wno-unused-parameter -pipe $CFLAGS"
+CFLAGS="-Wall -W -pedantic -Wno-unused-parameter $CFLAGS"
CXXFLAGS="$CFLAGS"
ac_ext=c