mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Fix build with gcc-4.2
Approved by: linimon (maintainer timeout)
This commit is contained in:
parent
66f857032e
commit
f61f120766
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201963
@ -33,10 +33,6 @@ MAKE_ENV= QTDIR="${QTDIR}" MAKE="${GMAKE}" \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
PLIST_FILES= bin/cdcat \
|
||||
share/cdcat/Authors \
|
||||
share/cdcat/COPYING \
|
||||
@ -59,6 +55,10 @@ PLIST_FILES= bin/cdcat \
|
||||
PLIST_DIRS= share/cdcat/translations \
|
||||
share/cdcat
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|importGtktalogCsv\:\:importGtktalogCsv|importGtktalogCsv|' \
|
||||
${WRKSRC}/import.h
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${MAKE_ENV} qmake cdcat.pro
|
||||
.if defined(WITH_KDE)
|
||||
|
Loading…
Reference in New Issue
Block a user