summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch')
-rw-r--r--x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index 99e8952b7b3c..000000000000
--- a/x11-misc/rss-glx/files/rss-glx-0.8.1-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Nru rss-glx_0.8.1.vanilla/configure.in rss-glx_0.8.1/configure.in
---- rss-glx_0.8.1.vanilla/configure.in 2006-07-01 22:42:05.000000000 +0200
-+++ rss-glx_0.8.1/configure.in 2006-07-01 22:43:26.000000000 +0200
-@@ -7,14 +7,12 @@
- AC_PROG_AWK
-
- AC_PROG_CC
--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
- AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
- [build with debugging information default=yes])],
- [test "$enableval" = "no" && CXXFLAGS="-O2"])
-diff -Nru rss-glx_0.8.1.vanilla/reallyslick/cpp_src/skyrocket.cpp rss-glx_0.8.1/reallyslick/cpp_src/skyrocket.cpp
---- rss-glx_0.8.1.vanilla/reallyslick/cpp_src/skyrocket.cpp 2006-07-01 22:42:05.000000000 +0200
-+++ rss-glx_0.8.1/reallyslick/cpp_src/skyrocket.cpp 2006-07-01 22:42:53.000000000 +0200
-@@ -23,6 +23,7 @@
- #include <GL/gl.h>
- #include <GL/glu.h>
-
-+#include <cassert>
- #include <list>
-
- #include "driver.h"