[Lunar-commits] <moonbase-xorg> xscreensaver: fix build
v4hn
me at v4hn.de
Sun Oct 28 14:23:29 CET 2012
commit b503b028ed69d92152e445d1ad27ff745f4844b7
Author: v4hn <me at v4hn.de>
Date: Sun, 28 Oct 2012 06:23:29 -0700
URL: https://github.com/lunar-linux/moonbase-xorg/commit/b503b028ed69d92152e445d1ad27ff745f4844b7
xscreensaver: fix build
---
app/xscreensaver/BUILD | +2/-0
app/xscreensaver/DEPENDS | +1/-1
2 files changed, 3 insertions(+), 1 deletion(-)
--- a/app/xscreensaver/BUILD
+++ b/app/xscreensaver/BUILD
@@ -15,6 +15,8 @@
# this is a harmless debugging line and AF_LINK is currently undefined over here
sedit '/AF_LINK/d' hacks/glx/sonar-icmp.c &&
+ # remove unnecessary #endif
+ sedit '597d' hacks/glx/sonar-icmp.c &&
default_build
--- a/app/xscreensaver/DEPENDS
+++ b/app/xscreensaver/DEPENDS
@@ -9,7 +9,7 @@ optional_depends "gettext" "" "" \
optional_depends "glade2" "--with-gtk" "--without-gtk" \
"to build the GNOME configuration manager"
-optional_depends "fortune" "--with-fortune=/usr/games/fortune" "" \
+optional_depends "fortune" "" "" \
"allow fortune to be used as a text source in screensavers"
optional_depends "appres" "" "" \
More information about the Lunar-commits
mailing list