diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 15:43:15 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 15:43:15 +0000 |
commit | ebcb8126a8f2003f748561337b19bd93a717903b (patch) | |
tree | 16169f6284d03dc94ecb0ecfa3d5f1b2a05f2fff /sysutils/rfstool/Makefile | |
parent | 3ded502b4599dac22af22adef75840afbd2e8d97 (diff) |
Notes
Diffstat (limited to 'sysutils/rfstool/Makefile')
-rw-r--r-- | sysutils/rfstool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile index 2629827b3dd0..007731a9b0b6 100644 --- a/sysutils/rfstool/Makefile +++ b/sysutils/rfstool/Makefile @@ -12,12 +12,13 @@ COMMENT= Read from a Reiser file system PLIST_FILES= bin/rfstool USES= dos2unix zip +USE_CXXSTD= c++98 DOS2UNIX_FILES= reiserfs.h WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL MAKEFILE= makefile.gcc3x post-extract: - @${REINPLACE_CMD} -e "s,g++,\$${CXX},g" ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e "s,g++,\$${CXX} \$${CXXFLAGS},g" ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${STAGEDIR}${PREFIX}/bin |