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:
Jeremy Messenger 2005-07-17 21:44:53 +00:00
parent b7847f5b55
commit 2551dc8244
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139437

View file

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