From 0970455a5ed86cf45cb528e7798ded03b6c2495d Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Mon, 26 Jun 2017 15:25:46 +0000 Subject: [PATCH] Disable build of mlrp and mlrg, which are not installed by the port. mlrp does not build on 10.x. --- textproc/miller/files/patch-c_Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/miller/files/patch-c_Makefile.am diff --git a/textproc/miller/files/patch-c_Makefile.am b/textproc/miller/files/patch-c_Makefile.am new file mode 100644 index 000000000000..e53dc9f6bc02 --- /dev/null +++ b/textproc/miller/files/patch-c_Makefile.am @@ -0,0 +1,11 @@ +--- c/Makefile.am.orig 2017-06-26 15:16:11 UTC ++++ c/Makefile.am +@@ -3,8 +3,6 @@ SUBDIRS= lib cli stream input dsl mappi + AM_CPPFLAGS= -I${srcdir} + AM_CFLAGS= -Wall -std=gnu99 + bin_PROGRAMS= mlr +-noinst_PROGRAMS= mlrg \ +- mlrp + + mlr_SOURCES= mlrmain.c +