diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-24 04:59:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-24 04:59:30 +0000 |
commit | e2e70d68e7c00a5455a721e304315ead2e6edf80 (patch) | |
tree | 9543b03e1a6684bb3ea739c4f8b6d4a5202b11de /games-emulation/zsnes/files | |
parent | change $ARCH to tc-arch() to fix cross-compiling again (diff) | |
download | gentoo-2-e2e70d68e7c00a5455a721e304315ead2e6edf80.tar.gz gentoo-2-e2e70d68e7c00a5455a721e304315ead2e6edf80.tar.bz2 gentoo-2-e2e70d68e7c00a5455a721e304315ead2e6edf80.zip |
version bump (bug #78873); add support for png use flag; add desktop and icon (bug #73316)
(Portage version: 2.0.51-r14)
Diffstat (limited to 'games-emulation/zsnes/files')
-rw-r--r-- | games-emulation/zsnes/files/1.42-configure.patch | 58 | ||||
-rw-r--r-- | games-emulation/zsnes/files/digest-zsnes-1.42 | 1 |
2 files changed, 59 insertions, 0 deletions
diff --git a/games-emulation/zsnes/files/1.42-configure.patch b/games-emulation/zsnes/files/1.42-configure.patch new file mode 100644 index 000000000000..b19194dace67 --- /dev/null +++ b/games-emulation/zsnes/files/1.42-configure.patch @@ -0,0 +1,58 @@ +--- configure.in.orig 2005-01-23 17:17:21.000000000 -0500 ++++ configure.in 2005-01-23 17:17:38.000000000 -0500 +@@ -15,8 +15,6 @@ + dnl Mingw, because it doesnt have a standard file tree. Maybe if ming do this + dnl else do -I/usr/include. Or some shit. You figure it out. + +-LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib" +- + dnl -- Same thing here. + + AC_CANONICAL_SYSTEM +@@ -84,7 +82,9 @@ + CFLAGS="$CFLAGS -I$opengl_prefix/include" + LDFLAGS-"$LDFLAGS -L$opengl_prefix/lib" + fi ++if test x$x_libraries != x; then + LDFLAGS="$LDFLAGS -L$x_libraries" ++fi + AC_CHECK_LIB(GL, glGetError,found_opengl="yes",,) + if test x$found_opengl = xyes; then + echo checking for OpenGL... yes +@@ -118,36 +118,10 @@ + else + AC_MSG_RESULT(no) + +- CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer -fexpensive-optimizations -s" + NFLAGS="$NFLAGS -O1" + ZSNESEXE="zsnes" + fi + +-AC_MSG_CHECKING(which processor class to optimize for) +-if test x$debug != xyes; then +- case "$target" in +- i486-*-*) +- CFLAGS="$CFLAGS -march=i486" +- AC_MSG_RESULT(486) +- ;; +- i586-*-*) +- CFLAGS="$CFLAGS -march=pentium" +- AC_MSG_RESULT(586) +- ;; +- i686-*-*) +- CFLAGS="$CFLAGS -march=pentiumpro" +- dnl CFLAGS="$CFLAGS -march=pentium3 -mmmx -msse -mfpmath=sse,387" +- AC_MSG_RESULT(686) +- ;; +- *) +- AC_MSG_RESULT(386) +- AC_MSG_WARN(*** This is probably not what you want use --target) +- ;; +- esac +-else +- AC_MSG_RESULT(no optimization because debug enabled) +-fi +- + dnl Checks for header files. + AC_HEADER_STDC + AC_HEADER_MAJOR diff --git a/games-emulation/zsnes/files/digest-zsnes-1.42 b/games-emulation/zsnes/files/digest-zsnes-1.42 new file mode 100644 index 000000000000..092ef083ed24 --- /dev/null +++ b/games-emulation/zsnes/files/digest-zsnes-1.42 @@ -0,0 +1 @@ +MD5 e3fcc13061e169194ec31c27ace1b6e7 zsnes142src.tar.gz 1102840 |