blob: 3febc2b7f86ff71afd6cd814310185145adc5857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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"
|