Summary: | archivers/unrar: quote CXX and STRIP_CMD to make ccache/cross compile friendly | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | guyyur | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Committed. Thanks! A commit references this bug: Author: sunpoet Date: Sun Apr 8 18:30:08 UTC 2018 New revision: 466824 URL: https://svnweb.freebsd.org/changeset/ports/466824 Log: Allow compiler and strip command with space. It helps for ccache and cross-compiling. PR: 227327 Submitted by: Guy Yur <guyyur@gmail.com> Changes: head/archivers/unrar/Makefile |
Created attachment 192292 [details] quote CXX and STRIP_CMD in MAKE_ARGS Attaching patch to quote CXX and STRIP_CMD in MAKE_ARGS that modifies archivers/unrar/Makefile. Makes it ccache friendly and cross compile friendly by supporting compiler and strip command with spaces. (For example: CXX="clang++ --target=...")