summaryrefslogtreecommitdiff
path: root/devel/jq/patches
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-07-31 13:14:20 +0000
committerryoon <ryoon@pkgsrc.org>2015-07-31 13:14:20 +0000
commit89d5954c2113ae3677fde29a4b2aa1cb14b21f77 (patch)
tree5400b409b236c7e79c57ae44831161f390422924 /devel/jq/patches
parentd16dbbc34ccf72adf7ad75b5b835de5a100456db (diff)
downloadpkgsrc-89d5954c2113ae3677fde29a4b2aa1cb14b21f77.tar.gz
Update to 1.4
* Use github framework. Changelog: Not available.
Diffstat (limited to 'devel/jq/patches')
-rw-r--r--devel/jq/patches/patch-configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/jq/patches/patch-configure.ac b/devel/jq/patches/patch-configure.ac
deleted file mode 100644
index 4af3a5ca613..00000000000
--- a/devel/jq/patches/patch-configure.ac
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.1 2014/04/17 09:08:34 fhajny Exp $
-
-Fix automake macro as per https://github.com/stedolan/jq/pull/175.
-
---- configure.ac.orig 2013-05-19 10:48:18.000000000 +0000
-+++ configure.ac
-@@ -4,7 +4,7 @@ AC_INIT([jq], [1.3], [mu@netsoc.tcd.ie],
- dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
- AC_PREREQ([2.61])
- AC_CONFIG_AUX_DIR([config])
--AM_INIT_AUTOMAKE([parallel-tests foreign])
-+AM_INIT_AUTOMAKE([parallel-tests foreign -Wall])
- AM_SILENT_RULES([yes])
- AC_PROG_CC
- AC_PROG_CC_STDC
-@@ -59,7 +59,6 @@ AC_SUBST([BUNDLER], ["$bundle_cmd"])
-
- dnl AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_HEADERS(config.h)
--AM_INIT_AUTOMAKE([-Wall])
- AC_CONFIG_FILES([Makefile])
- AC_OUTPUT
-