diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-02-01 05:12:54 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-02-01 05:12:54 +0000 |
commit | c5d6e672d2e63e5b6f0c0ae19b034cab4f879f64 (patch) | |
tree | 41da22a4a7cc8b75ea5286177a7977cba1434c1b /x11-misc/rss-glx/files | |
parent | Add description die on failed install, thanks to mr_bones for the ping. (diff) | |
download | gentoo-2-c5d6e672d2e63e5b6f0c0ae19b034cab4f879f64.tar.gz gentoo-2-c5d6e672d2e63e5b6f0c0ae19b034cab4f879f64.tar.bz2 gentoo-2-c5d6e672d2e63e5b6f0c0ae19b034cab4f879f64.zip |
Revision bump.
Bug #220825 - configure error w/ >=libtool-2
Bug #221286 - install into /usr/lib instead of /usr/lib64
Bug #227071 - GCC 4.3 compile error
Should also fix bug #245415 (libtool again).
Drop 3dnow and sse USE flags (were removed upstream in 0.8.1)
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rss-glx/files')
-rw-r--r-- | x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch | 20 | ||||
-rw-r--r-- | x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch | 40 | ||||
-rw-r--r-- | x11-misc/rss-glx/files/rss-glx-0.8.1-imagemagick.patch | 10 |
3 files changed, 70 insertions, 0 deletions
diff --git a/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch b/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch new file mode 100644 index 000000000000..a1c1dc129ab4 --- /dev/null +++ b/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch @@ -0,0 +1,20 @@ +--- rss-glx_0.8.1-orig/reallyslick/cpp_src/skyrocket_sound.cpp ++++ rss-glx_0.8.1/reallyslick/cpp_src/skyrocket_sound.cpp +@@ -24,6 +24,7 @@ + #include <AL/al.h> + #include <AL/alut.h> + ++#include <cstdlib> + #include <list> + + #include "loadTexture.h" +--- rss-glx_0.8.1-orig/reallyslick/Implicit/impSurface.cpp ++++ rss-glx_0.8.1/reallyslick/Implicit/impSurface.cpp +@@ -21,6 +21,7 @@ + #include <Implicit/impSurface.h> + #include <math.h> + #include <iostream> ++#include <cstring> + + + diff --git a/x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch b/x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch new file mode 100644 index 000000000000..3febc2b7f86f --- /dev/null +++ b/x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch @@ -0,0 +1,40 @@ +--- rss-glx_0.8.1-orig/configure.in ++++ rss-glx_0.8.1/configure.in +@@ -7,14 +7,14 @@ AM_CONFIG_HEADER(config.h) + AC_PROG_AWK + + AC_PROG_CC +-CFLAGS=-g ++#CFLAGS=-g + AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug], + [build with debugging information default=yes])], + [test "$enableval" = "no" && CFLAGS="-O2"]) + CFLAGS="$CFLAGS -Wall" + + AC_PROG_CXX +-CXXFLAGS=-g ++#CXXFLAGS=-g + AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug], + [build with debugging information default=yes])], + [test "$enableval" = "no" && CXXFLAGS="-O2"]) +--- rss-glx_0.8.1-orig/reallyslick/cpp_src/Makefile.am ++++ rss-glx_0.8.1/reallyslick/cpp_src/Makefile.am +@@ -19,7 +19,7 @@ if INSTALL_XSCREENSAVER_CONFIG_FILES + dist_config_DATA = cyclone.xml fieldlines.xml flocks.xml flux.xml helios.xml hyperspace.xml plasma.xml skyrocket.xml solarwinds.xml + endif + +-if INSTALL_XSCREENSAVER_CONFIG_FILES ++if INSTALL_KDE_CONFIG_FILES + dist_kdessconfig_DATA = cyclone.desktop fieldlines.desktop flocks.desktop flux.desktop helios.desktop hyperspace.desktop plasma.desktop skyrocket.desktop solarwinds.desktop + endif + +--- rss-glx_0.8.1-orig/reallyslick/cpp_src/skyrocket.cpp ++++ rss-glx_0.8.1/reallyslick/cpp_src/skyrocket.cpp +@@ -23,6 +23,7 @@ + #include <GL/gl.h> + #include <GL/glu.h> + ++#include <cassert> + #include <list> + + #include "driver.h" diff --git a/x11-misc/rss-glx/files/rss-glx-0.8.1-imagemagick.patch b/x11-misc/rss-glx/files/rss-glx-0.8.1-imagemagick.patch new file mode 100644 index 000000000000..7cbffc721794 --- /dev/null +++ b/x11-misc/rss-glx/files/rss-glx-0.8.1-imagemagick.patch @@ -0,0 +1,10 @@ +--- rss-glx_0.8.1-orig/other_src/Makefile.am ++++ rss-glx_0.8.1/other_src/Makefile.am +@@ -23,6 +23,7 @@ EXTRA_DIST = $(man_MANS) + noinst_PROGRAMS = stringify + stringify_LDADD = @BZIP2@ + ++matrixview_CFLAGS = @Wand_CFLAGS@ + matrixview_LDADD = @BZIP2@ @Wand_LIBS@ + matrixview_textures.c: stringify matrixview_textures/cfont matrixview_textures/cpics + ./stringify matrixview_textures/cfont matrixview_textures/cpics > matrixview_textures.c |