X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdirectfb;h=1b5d3a9258695de7e257e9bc9362b85f35df8dce;hb=fb245d5ec12977d91670dc04590758a4e173dfed;hp=a12fb38edf86abeeb36479cfe7b99cd87cda03b5;hpb=824a0f689e6269c178e54feeaba878078bb6a49b;p=ipfire-2.x.git diff --git a/lfs/directfb b/lfs/directfb index a12fb38edf..1b5d3a9258 100644 --- a/lfs/directfb +++ b/lfs/directfb @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = directfb -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -79,12 +79,14 @@ $(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/directfb-1.1.1-fix-mknod.patch cd $(DIR_APP) && sed -i "s/checkfor_matrox=yes/checkfor_matrox=no/g" configure cd $(DIR_APP) && sed -i "s/checkfor_cle266=no/checkfor_cle266=yes/g" configure + cd $(DIR_APP) && sed -i "s/checkfor_omap=.*/checkfor_omap=no/g" configure cd $(DIR_APP) && ./configure --prefix=/usr --disable-x11 --enable-sdl \ --enable-video4linux2 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install ln -s $(THISAPP) /usr/src/directfb -# @rm -rf $(DIR_APP) + @rm -rf $(DIR_APP) @$(POSTBUILD)