forked from Lainports/freebsd-ports
- Honour CC and CXX
- Fix compiling with gcc 4.1 Approved by: sem (mentor)
This commit is contained in:
parent
ac6a387068
commit
da9462706d
2 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
11
sysutils/rfstool/files/patch-reiserfs.h
Normal file
11
sysutils/rfstool/files/patch-reiserfs.h
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue