From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- .../msort/files/msort-8.53-fix-missing-limits-header.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-text/msort/files/msort-8.53-fix-missing-limits-header.patch (limited to 'app-text/msort/files/msort-8.53-fix-missing-limits-header.patch') diff --git a/app-text/msort/files/msort-8.53-fix-missing-limits-header.patch b/app-text/msort/files/msort-8.53-fix-missing-limits-header.patch new file mode 100644 index 000000000000..14459d1cfd24 --- /dev/null +++ b/app-text/msort/files/msort-8.53-fix-missing-limits-header.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am 2009-08-05 05:09:21.000000000 +0200 ++++ b/Makefile.am 2018-09-27 15:32:28.685753684 +0200 +@@ -6,7 +6,7 @@ + noinst_HEADERS = comparisons.h compdefs.h dstr.h ex_codes.h exitcode.h input.h key.h limits.h record.h retcodes.h unicode.h unorm.h utf8error.h + LOCALEDIR=/usr/local/share/locale + EXTRA_DIST = $(docs) msg.tcl CREDITS msort-${VERSION}.lsm RegressionTests SortOrders +-AUTOMAKE_OPTIONS = dist-zip dist-bzip2 ++AUTOMAKE_OPTIONS = dist-zip dist-bzip2 nostdinc + + if ALLOCAOK + AM_CFLAGS = -DLOCALEDIR=\"${LOCALEDIR}\" -DALLOCAOK -std=gnu99 -- cgit v1.2.3