mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Fix implicit declaration of functions. See: https://trac.macports.org/ticket/61464#comment:26 Rename patchfiles to clarify their purpose and defuzz them. Modernize portfile. Use MacPorts CFLAGS (including optimization flags) so increase the revision to rebuild.
13 lines
544 B
Diff
13 lines
544 B
Diff
--- Makefile.orig 2011-07-22 19:20:21.000000000 -0500
|
|
+++ Makefile 2020-11-21 17:34:35.000000000 -0600
|
|
@@ -578,9 +578,6 @@
|
|
@echo + In order to rectify this problem, you MUST build with:
|
|
@echo ++ SSLTYPE=$(SSLTYPE).nopwd
|
|
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
- @echo
|
|
- @echo Do you want to continue this build anyway? Type y or n please:
|
|
- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) (make nounenc;exit 1);; esac'
|
|
|
|
nounenc:
|
|
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|