mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Obey CXX again
Submitted by: Charles Swiger <chuck@pkix.net>
This commit is contained in:
parent
6150690e40
commit
ec2ba03dd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99343
@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/unrar
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${SED} -e 's|c++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
|
||||
@${SED} -e 's|g++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
|
||||
${WRKSRC}/makefile.unix > ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user