diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-25 16:40:23 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-25 16:40:23 +0000 |
commit | 2affa665e5151745b9477ad16475a34bb1176fb4 (patch) | |
tree | 06dd8a02848ba261ffc52227d9f1d0add1a22951 /x11-misc/rss-glx/files | |
parent | Fixed space errors. (diff) | |
download | gentoo-2-2affa665e5151745b9477ad16475a34bb1176fb4.tar.gz gentoo-2-2affa665e5151745b9477ad16475a34bb1176fb4.tar.bz2 gentoo-2-2affa665e5151745b9477ad16475a34bb1176fb4.zip |
allows user-cflags for #89963; installs all screensavers for #89908; fixed hackdir so that it works with xscreensaver 4.22-r1
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/rss-glx/files')
-rw-r--r-- | x11-misc/rss-glx/files/digest-rss-glx-0.8.0-r1 | 1 | ||||
-rw-r--r-- | x11-misc/rss-glx/files/rss-glx-0.8.0-configure.in.patch | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/rss-glx/files/digest-rss-glx-0.8.0-r1 b/x11-misc/rss-glx/files/digest-rss-glx-0.8.0-r1 new file mode 100644 index 000000000000..8ecb6e1faf3b --- /dev/null +++ b/x11-misc/rss-glx/files/digest-rss-glx-0.8.0-r1 @@ -0,0 +1 @@ +MD5 d04e909521626a27f9f6d9b5f8a24d6c rss-glx_0.8.0.tar.bz2 5239207 diff --git a/x11-misc/rss-glx/files/rss-glx-0.8.0-configure.in.patch b/x11-misc/rss-glx/files/rss-glx-0.8.0-configure.in.patch new file mode 100644 index 000000000000..67aaacbf60a6 --- /dev/null +++ b/x11-misc/rss-glx/files/rss-glx-0.8.0-configure.in.patch @@ -0,0 +1,18 @@ +diff -aur rss-glx_0.8.0-orig/configure.in rss-glx_0.8.0/configure.in +--- rss-glx_0.8.0-orig/configure.in 2005-04-10 04:45:45.000000000 +0200 ++++ rss-glx_0.8.0/configure.in 2005-04-21 21:34:27.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"]) |