Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220825 | Differences between
and this patch

Collapse All | Expand All

(-)rss-glx_0.8.1/configure.in.orig (-2 lines)
Lines 7-20 Link Here
7
AC_PROG_AWK
7
AC_PROG_AWK
8
8
9
AC_PROG_CC
9
AC_PROG_CC
10
CFLAGS=-g
11
AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
10
AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
12
    [build with debugging information default=yes])],
11
    [build with debugging information default=yes])],
13
    [test "$enableval" = "no" && CFLAGS="-O2"])
12
    [test "$enableval" = "no" && CFLAGS="-O2"])
14
CFLAGS="$CFLAGS -Wall"
13
CFLAGS="$CFLAGS -Wall"
15
14
16
AC_PROG_CXX
15
AC_PROG_CXX
17
CXXFLAGS=-g
18
AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
16
AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
19
    [build with debugging information default=yes])],
17
    [build with debugging information default=yes])],
20
    [test "$enableval" = "no" && CXXFLAGS="-O2"])
18
    [test "$enableval" = "no" && CXXFLAGS="-O2"])
(-)rss-glx_0.8.1/reallyslick/cpp_src/Makefile.am.orig (-1 / +1 lines)
Lines 19-25 Link Here
19
dist_config_DATA = cyclone.xml fieldlines.xml flocks.xml flux.xml helios.xml hyperspace.xml plasma.xml skyrocket.xml solarwinds.xml
19
dist_config_DATA = cyclone.xml fieldlines.xml flocks.xml flux.xml helios.xml hyperspace.xml plasma.xml skyrocket.xml solarwinds.xml
20
endif
20
endif
21
21
22
if INSTALL_XSCREENSAVER_CONFIG_FILES
22
if INSTALL_KDE_CONFIG_FILES
23
dist_kdessconfig_DATA = cyclone.desktop fieldlines.desktop flocks.desktop flux.desktop helios.desktop hyperspace.desktop plasma.desktop skyrocket.desktop solarwinds.desktop
23
dist_kdessconfig_DATA = cyclone.desktop fieldlines.desktop flocks.desktop flux.desktop helios.desktop hyperspace.desktop plasma.desktop skyrocket.desktop solarwinds.desktop
24
endif
24
endif
25
25
(-)rss-glx_0.8.1/reallyslick/cpp_src/skyrocket.cpp.orig (+1 lines)
Lines 23-28 Link Here
23
#include <GL/gl.h>
23
#include <GL/gl.h>
24
#include <GL/glu.h>
24
#include <GL/glu.h>
25
25
26
#include <cassert>
26
#include <list>
27
#include <list>
27
28
28
#include "driver.h"
29
#include "driver.h"

Return to bug 220825