Files
macports-ports/graphics/exiftran/files/patch-autoconfmk.diff
Rainer Müller 6b9c2b3be6 exiftran: Update to version 2.14
Add patches for build scripts for portability and disable unnecessary
configure checks.
2017-09-28 17:30:26 +02:00

12 lines
319 B
Diff

--- mk/Autoconf.mk.orig 2017-09-28 17:04:13.000000000 +0200
+++ mk/Autoconf.mk 2017-09-28 17:06:00.000000000 +0200
@@ -162,7 +162,7 @@
@true
Make.config: $(srcdir)/GNUmakefile
- @/bin/echo -e "$(make-config-q)" > $@
+ @printf "$(make-config-q)\n" > $@
@echo
@echo "Make.config written, edit if needed"
@echo