mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Add patches for build scripts for portability and disable unnecessary configure checks.
12 lines
319 B
Diff
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
|