mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
MAN1= hfs.1
|
||||||
PLIST_FILES= bin/hfs
|
PLIST_FILES= bin/hfs
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|Volume::Enumerate|Enumerate|' \
|
||||||
|
${WRKSRC}/volume.h
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${PREFIX}/bin
|
@${MKDIR} ${PREFIX}/bin
|
||||||
@${MKDIR} ${PREFIX}/man/man1
|
@${MKDIR} ${PREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 700042
|
|
||||||
BROKEN= Does not compile with GCC 4.2
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue