diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 16:53:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 16:53:57 +0100 |
commit | b68df93b3409fd2c862649982a1552462440b30a (patch) | |
tree | 7bc9ee4685c9dc5adafae6cb34a1743b6aa1f0ed /package/libgpg-error/patches/patch-src_Makefile_in | |
parent | 1694d03f85e0135649ee6da021b8a8d25198122c (diff) |
libgpg-error: update to latest
Diffstat (limited to 'package/libgpg-error/patches/patch-src_Makefile_in')
-rw-r--r-- | package/libgpg-error/patches/patch-src_Makefile_in | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/package/libgpg-error/patches/patch-src_Makefile_in b/package/libgpg-error/patches/patch-src_Makefile_in deleted file mode 100644 index f33ffcfb7..000000000 --- a/package/libgpg-error/patches/patch-src_Makefile_in +++ /dev/null @@ -1,34 +0,0 @@ ---- libgpg-error-1.12.orig/src/Makefile.in 2013-06-24 06:42:26.000000000 +0200 -+++ libgpg-error-1.12/src/Makefile.in 2015-11-08 22:40:50.500389023 +0100 -@@ -192,6 +192,7 @@ BUILD_TIMESTAMP = @BUILD_TIMESTAMP@ - CC = @CC@ - CCDEPMODE = @CCDEPMODE@ - CC_FOR_BUILD = @CC_FOR_BUILD@ -+CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ - CFLAGS = @CFLAGS@ - CPP = @CPP@ - CPPFLAGS = @CPPFLAGS@ -@@ -979,7 +980,7 @@ code-to-errno.h: Makefile mkerrnos.awk e - # It is correct to use $(CPP). We want the host's idea of the error codes. - mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers) - $(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@ -- $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \ -+ $(CPP) $(CPPFLAGS) $(extra_cppflags) -P _$@ | grep GPG_ERR_ | \ - $(AWK) -f $(srcdir)/mkerrcodes.awk >$@ - -rm _$@ - -@@ -1006,12 +1007,12 @@ gpg-error.def: Makefile gpg-error.def.in - # It is correct to use $(CC_FOR_BUILD) here. We want to run the - # program at build time. - mkerrcodes: mkerrcodes.c mkerrcodes.h Makefile -- $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c -+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c - - # It is correct to use $(CC_FOR_BUILD) here. We want to run the - # program at build time. - @HAVE_W32CE_SYSTEM_TRUE@mkw32errmap: mkw32errmap.c mkw32errmap.tab.h Makefile --@HAVE_W32CE_SYSTEM_TRUE@ $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c -+@HAVE_W32CE_SYSTEM_TRUE@ $(CC_FOR_BUILD) $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c - - code-from-errno.h: mkerrcodes Makefile - ./mkerrcodes | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@ |