X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcairo;h=082cc4edd91e5422a7c99333b3c55a488fe07904;hb=2dc2a27803babbc5055a8f400ab0dd14b5a76c84;hp=a5772af721dfb50ff2d6bf1c605b8c7d5e5e9988;hpb=af7e2f072f35bcaaefb5f7a81861f421f50dc40d;p=ipfire-2.x.git diff --git a/lfs/cairo b/lfs/cairo index a5772af721..082cc4edd9 100644 --- a/lfs/cairo +++ b/lfs/cairo @@ -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 # @@ -24,7 +24,7 @@ include Config -VER = 1.14.8 +VER = 1.16.0 THISAPP = cairo-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4ef0db2eacb271c74f8a3fd87822aa98 +$(DL_FILE)_MD5 = f19e0353828269c22bd72e271243a552 install : $(TARGET) @@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/cairo-1.16.0-binutils-2.34.patch cd $(DIR_APP) && ./configure --prefix=/usr \ --disable-win32 --disable-os2 --disable-beos cd $(DIR_APP) && make $(MAKETUNING)