- Honour CC and CXX

- Fix compiling with gcc 4.1

Approved by:	sem (mentor)
This commit is contained in:
Stanislav Sedov 2006-10-02 13:34:33 +00:00
parent ac6a387068
commit da9462706d
2 changed files with 14 additions and 0 deletions

View file

@ -25,6 +25,9 @@ MAKEFILE= makefile.gcc3x
MAKEFILE= makefile.gcc2x
.endif
post-extract:
@${REINPLACE_CMD} -e "s,g++,\$${CXX},g" ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/bin

View file

@ -0,0 +1,11 @@
--- reiserfs.h.orig Mon Oct 2 13:58:35 2006
+++ reiserfs.h Mon Oct 2 13:58:39 2006
@@ -268,7 +268,7 @@
{
}
- ReiserFsBlock::~ReiserFsBlock()
+ ~ReiserFsBlock()
{
delete m_lpbMemory;
}