Respect CXX/CXXFLAGS.
This commit is contained in:
parent
00fe42da33
commit
4474662b2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38651
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ USE_X_PREFIX= yes
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
${PERL} -i -pe 's,/usr/X11R6\b,${X11BASE},g' ${WRKSRC}/MakeInclude
|
||||
${PERL} -i -p \
|
||||
-e 's,/usr/X11R6\b,${X11BASE},g;' \
|
||||
-e 's,^CXX(FLAGS)? *=.*,,;' \
|
||||
${WRKSRC}/MakeInclude
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/libxunicode.a ${PREFIX}/lib/
|
||||
|
|
Loading…
Reference in a new issue