[Lunar-commits] <moonbase> slim: add a patch for gcc 4.4.x.
Florin Braescu
florin at lunar-linux.org
Sun Sep 6 13:08:17 CEST 2009
commit ea1d8229bccc7cd8d173bc2c54b837d1354f8669
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 6 14:08:17 2009 +0300
slim: add a patch for gcc 4.4.x.
Thanks to Denis for it.
---
x11/slim/BUILD | 4 +++-
x11/slim/DETAILS | 3 +++
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/x11/slim/BUILD b/x11/slim/BUILD
index 151b400..3f2f5df 100644
--- a/x11/slim/BUILD
+++ b/x11/slim/BUILD
@@ -1,9 +1,11 @@
(
+ patch_it $SOURCE2 1 &&
sedit 's/X11R6/X11/g' Makefile &&
+
if module_installed Linux-PAM; then
export USE_PAM=1
- fi &&
+ fi &&
default_make
diff --git a/x11/slim/DETAILS b/x11/slim/DETAILS
index bdc5f5a..31a0379 100644
--- a/x11/slim/DETAILS
+++ b/x11/slim/DETAILS
@@ -1,8 +1,11 @@
MODULE=slim
VERSION=1.3.1
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-gcc4.4.patch.bz2
SOURCE_URL=http://download.berlios.de/$MODULE
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:30152b280724daf75299a8ee16585041f253ed4f
+ SOURCE2_VFY=sha1:1f8b4b1e02113ab361e20c9964751ba77363826d
WEB_SITE=http://slim.berlios.de
ENTERED=20051121
UPDATED=20090420
More information about the Lunar-commits
mailing list