mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Fix breakage introduced in previous commit.
Submitted by: "Dan Langille" <dan@langille.org>
This commit is contained in:
parent
0365a3f889
commit
2e331e731f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66302
@ -34,6 +34,11 @@ USE_BZIP2= yes
|
||||
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
||||
|
||||
.ifdef USE_GCC
|
||||
.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
.endif
|
||||
|
||||
# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
|
||||
USE_GCC= X
|
||||
NOMANCOMPRESS= yes # to hard to deal with differences on 5-cur and releng4
|
||||
@ -79,10 +84,6 @@ MAN1= cpp31.1 g++31.1 g77-31.1 gcc31.1 gcov31.1 \
|
||||
jcf-dump31.1 jv-scan31.1 jv-convert.1
|
||||
MAN7= fsf-funding.7 gfdl.7 gpl.7
|
||||
|
||||
.ifdef USE_GCC
|
||||
.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
@${ECHO} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user