Really fix build for FreeBSD 7.x.
Change from: ${OSVERSION} > 700000 To: ${OSVERSION} >= 700000 Reported by: Anthony Ginepro <rapiere@renaissance.homeip.net>
This commit is contained in:
parent
c62fcc4781
commit
41a33290a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139774
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ post-patch:
|
|||
${WRKSRC}/mono/metadata/assembly.c
|
||||
@${REINPLACE_CMD} -e 's|.so.0|.so|g' \
|
||||
${WRKSRC}/configure
|
||||
.if ${OSVERSION} > 700000
|
||||
.if ${OSVERSION} >= 700000
|
||||
@${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \
|
||||
${WRKSRC}/configure ${WRKSRC}/libgc/configure
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue