| Summary: | www/mini_httpd: Fix build on FreeBSD 9.X | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Leonid Nevecherya <nevecherya> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | ||||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: amdmi3 Date: Tue May 24 13:15:40 UTC 2016 New revision: 415785 URL: https://svnweb.freebsd.org/changeset/ports/415785 Log: - Fix build on 9.x PR: 209731 Submitted by: nevecherya@gmail.com Changes: head/www/mini_httpd/Makefile head/www/mini_httpd/files/patch-Makefile |
Created attachment 170595 [details] patch-Makefile.patch Compilation on FreeBSD 9.X fail with errors: "Makefile", line 19: Malformed conditional ("$(OPENSSLINC)" != "/usr/include") "Makefile", line 21: if-less endif "Makefile", line 22: Malformed conditional ("$(OPENSSLLIB)" != "/usr/lib") "Makefile", line 24: if-less endif make: fatal errors encountered -- cannot continue Patch with fix attached.