mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Check PERL_LEVEL and not OSVERSION when deciding if we need to use the extra
patch to fix the build.
This commit is contained in:
parent
6b605d422b
commit
6e27329f11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119346
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
|
||||
IGNORE= "core dumps on alpha during post-build"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user