mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
Problem Reported by: Oliver Brandmueller <ob@e-Gitt.NET>
This commit is contained in:
parent
02c7574fcb
commit
e80d40b536
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62366
@ -43,6 +43,8 @@ EXTRACT_ONLY=
|
||||
.endif
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
||||
# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
|
||||
USE_GCC= X
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -43,6 +43,8 @@ EXTRACT_ONLY=
|
||||
.endif
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
||||
# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
|
||||
USE_GCC= X
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user