summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-12-19 09:36:33 +0000
committerjperkin <jperkin@pkgsrc.org>2019-12-19 09:36:33 +0000
commit9e8cae89dd0c20e3f674116698c39f4d84d3e202 (patch)
tree18bbb538dd5848504a4e3ab71986d927425318b2
parent340ba31b6d5e38ce4907909a6d9adf1b37b4ba86 (diff)
downloadpkgsrc-9e8cae89dd0c20e3f674116698c39f4d84d3e202.tar.gz
grep: Avoid conflict with sys/limits.h guard.
-rw-r--r--textproc/grep/distinfo3
-rw-r--r--textproc/grep/patches/patch-lib_sys-limits.h17
2 files changed, 19 insertions, 1 deletions
diff --git a/textproc/grep/distinfo b/textproc/grep/distinfo
index 0961cb585f6..67122fcccb7 100644
--- a/textproc/grep/distinfo
+++ b/textproc/grep/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.26 2019/12/15 21:12:33 rhialto Exp $
+$NetBSD: distinfo,v 1.27 2019/12/19 09:36:33 jperkin Exp $
SHA1 (grep-3.3.tar.xz) = e0befe21e7d9caa8e5e98385c96355d890f83123
RMD160 (grep-3.3.tar.xz) = dd32e6f23b55fd7bde6adec25c4d2666b9d4daf1
SHA512 (grep-3.3.tar.xz) = e4805dbddf7cd0f0faf412557d408509650c1ccf703bc450f10a3f727c690dbfaa1235aa81939a0e4b7ac6190f88c15ea1fcc562b343d4b4c7550f967aeb15db
Size (grep-3.3.tar.xz) = 1473056 bytes
+SHA1 (patch-lib_sys-limits.h) = 5676dd55df15d5dc8460d2e5e9bbe2e8848ebccc
SHA1 (patch-src_Makefile.in) = 9efe4748d4b1ff33adca4e251e2e4249c62f0035
diff --git a/textproc/grep/patches/patch-lib_sys-limits.h b/textproc/grep/patches/patch-lib_sys-limits.h
new file mode 100644
index 00000000000..e6ef020676c
--- /dev/null
+++ b/textproc/grep/patches/patch-lib_sys-limits.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-lib_sys-limits.h,v 1.1 2019/12/19 09:36:33 jperkin Exp $
+
+Avoid conflict with sys/limits.h guard.
+
+--- lib/sys-limits.h.orig 2018-06-24 23:17:59.000000000 +0000
++++ lib/sys-limits.h
+@@ -15,8 +15,8 @@
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see <https://www.gnu.org/licenses/>. */
+
+-#ifndef _SYS_LIMITS_H
+-#define _SYS_LIMITS_H
++#ifndef _GREP_SYS_LIMITS_H
++#define _GREP_SYS_LIMITS_H
+
+ #include <limits.h>
+