Fix the build on FreeBSD 7.x by teach it. I need to contact with mainstream
for use wildcard 'freebsd*' in general configure and 'freebsd[0-9] for any version that need to be different. Reported by: krismail
This commit is contained in:
parent
b7847f5b55
commit
2551dc8244
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139437
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ post-patch:
|
|||
${WRKSRC}/mono/metadata/assembly.c
|
||||
@${REINPLACE_CMD} -e 's|.so.0|.so|g' \
|
||||
${WRKSRC}/configure
|
||||
.if ${OSVERSION} > 700000
|
||||
@${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \
|
||||
${WRKSRC}/configure ${WRKSRC}/libgc/configure
|
||||
.endif
|
||||
|
||||
tests: build
|
||||
@${ECHO_MSG} "===> Running mono regression tests"
|
||||
|
|
Loading…
Reference in a new issue