mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix build with gcc-4.2
Approved by: Jean-Marc Zucconi <jmz@freebsd.org> (maintainer) portmgr (linimon)
This commit is contained in:
parent
d68b972686
commit
a7a24981ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200863
1 changed files with 5 additions and 7 deletions
|
@ -22,14 +22,12 @@ USE_GMAKE= yes
|
|||
MAN1= hfs.1
|
||||
PLIST_FILES= bin/hfs
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|Volume::Enumerate|Enumerate|' \
|
||||
${WRKSRC}/volume.h
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/bin
|
||||
@${MKDIR} ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue