1
0
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:
David E. O'Brien 2002-07-02 23:03:50 +00:00
parent 02c7574fcb
commit e80d40b536
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62366
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>