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:
Jeremy Messenger 2005-07-21 02:29:18 +00:00
parent c62fcc4781
commit 41a33290a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139774

View file

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