]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated icecream to 0.9.4.7.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 13:03:46 +0000 (15:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 13:03:46 +0000 (15:03 +0200)
lfs/icecc

index abe3bbaef16fad6d5220f569daec661d65273f0a..5edc95381c855f8399d4358ea05d940e13c331b5 100644 (file)
--- a/lfs/icecc
+++ b/lfs/icecc
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = icecream
-PKG_VER    = 0.9.4.5
+PKG_VER    = 0.9.4.7
 PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
@@ -59,9 +59,7 @@ CXXFLAGS  := $(subst -fPIC,,$(CXXFLAGS)) -static
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) \
-       $(THISAPP)-rename-scheduler.patch \
-       $(THISAPP)-dont-create-symlinks.patch
+objects = $(DL_FILE)
 
 download: $(objects)
 
@@ -85,9 +83,6 @@ $(objects):
 $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-rename-scheduler.patch
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-dont-create-symlinks.patch
-
        cd $(DIR_APP) && \
                CFLAGS="$(CFLAGS)" \
                CXXFLAGS="$(CXXFLAGS)" \