- Respect CXX

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-09-13 16:38:03 +00:00
parent da070f1e60
commit 24df18c6d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327166

View file

@ -25,6 +25,7 @@ post-patch:
-e '/OBJECT/ s|".*\(LevelDB\.o\).*"|"\1"|' \
-e '/INC/ s|-I|-I${LOCALBASE}/include &|' \
-e '/LIBS/ s|\[\(.*\)\]|["-L${LOCALBASE}/lib -lleveldb " . (\1)]|' \
-e 's|g++|${CXX}|' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>