X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fdirectfb;h=8b2ff60226734313d3083841d7e23eb595c150dc;hp=436fd92c66b7e34cbb1fa0f27b4170d041b74926;hb=bc051eac54375a7f90b1d157414610f58de8c34a;hpb=31313db780f894cdadd74dc4973e0fd6a22a4659 diff --git a/lfs/directfb b/lfs/directfb index 436fd92c66..8b2ff60226 100644 --- a/lfs/directfb +++ b/lfs/directfb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -79,6 +79,9 @@ $(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.7.7-add-missing-davinci-files.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/DirectFB-1.7.7-fix_mknod.patch + cd $(DIR_APP) && ./configure \ --prefix=/usr \ --disable-x11 \