comparison src/libgpg_error.mk @ 3926:ee802fc5dd9b

gcc: update to 5.1.0, update isl, libgpg_error * src/build-gcc.mk: update version, checksum, remove cloog as a dependancy * src/gcc-isl-1-fixes.patch: remove patch * src/isl-1-fixes.patch: update patch * src/isl.mk: update version, checksum * src/libgpg_error-1-fixes.patch: remove patch * src/libgpg_error.mk: update version, checksum * src/native-gcc.mk: update version, checksum, remove cloog as a dependancy * dist-files.mk: remove gcc-isl-1-fixes.patch, libgpg_error-1-fixes.patch
author John D
date Sun, 03 May 2015 20:38:29 -0400
parents 13be64f9f16d
children 3d768e8ec06a
comparison
equal deleted inserted replaced
3925:7ee26841a98b 3926:ee802fc5dd9b
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libgpg_error 4 PKG := libgpg_error
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.11 6 $(PKG)_VERSION := 1.19
7 $(PKG)_CHECKSUM := be209b013652add5c7e2c473ea114f58203cc6cd 7 $(PKG)_CHECKSUM := 4997951ab058788de48b989013668eb3df1e6939
8 $(PKG)_SUBDIR := libgpg-error-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libgpg-error-$($(PKG)_VERSION)
9 $(PKG)_FILE := libgpg-error-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := libgpg-error-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12