]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/libmad
Merge remote-tracking branch 'stevee/avahi-fixes' into next
[people/teissler/ipfire-2.x.git] / lfs / libmad
index 95eb635055b7e123e16b5dc735d1b0f418a7febe..ea0491e6dbb6c1a637397bb7610e735ea8996b42 100644 (file)
@@ -34,8 +34,6 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libmad
 PAK_VER    = 1
 
-DESCDE     = "Eine Musik-Bibliothek."
-DESCEN     = "A music library."
 DEPS       = ""
 
 ###############################################################################
@@ -79,8 +77,12 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libmad-0.15.1b-cflags.patch
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libmad-0.15.1b-cflags-O2.patch
+       cd $(DIR_APP) && autoconf
+
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)