summaryrefslogtreecommitdiff
path: root/print/foo2zjs/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/foo2zjs/patches/patch-Makefile')
-rw-r--r--print/foo2zjs/patches/patch-Makefile18
1 files changed, 17 insertions, 1 deletions
diff --git a/print/foo2zjs/patches/patch-Makefile b/print/foo2zjs/patches/patch-Makefile
index 1abf8136b42..3bae6fe2e9f 100644
--- a/print/foo2zjs/patches/patch-Makefile
+++ b/print/foo2zjs/patches/patch-Makefile
@@ -1,6 +1,9 @@
-$NetBSD: patch-Makefile,v 1.1 2012/07/25 17:15:45 imil Exp $
+$NetBSD: patch-Makefile,v 1.2 2012/08/10 16:30:53 marino Exp $
Fix PREFIX path
+Remove extra dc check. The DragonFly version has dc that supports the -e
+option, but it doesn't support -V. It's a bad check, the conftest should
+actually test for -e support. Just remove it completely.
--- Makefile.orig 2012-06-01 23:10:31.000000000 +0000
+++ Makefile
@@ -24,3 +27,16 @@ Fix PREFIX path
DOCDIR=$(PREFIX)/share/doc/foo2zjs/
INSTALL=install
ROOT=root
+@@ -409,12 +407,6 @@ all-test:
+ echo " ***"; \
+ exit 1; \
+ fi
+- @if ! dc -V >/dev/null 2>&1; then \
+- echo " ***"; \
+- echo " *** Error: must install GNU dc with the -e option!"; \
+- echo " ***"; \
+- exit 1; \
+- fi
+ ifeq ($(UNAME),Darwin)
+ @if ! type gsed >/dev/null 2>&1; then \
+ echo " ***"; \