mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix build with gcc-4.2
Approved by: Shaun Amott <shaun@freebsd.org> (maintainer), portmgr (linimon)
This commit is contained in:
parent
ba3eb4e89f
commit
d68b972686
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200862
@ -27,9 +27,9 @@ PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|Config::parseConfig|parseConfig|' \
|
||||
${WRKSRC}/config.h
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -project
|
||||
|
Loading…
Reference in New Issue
Block a user