1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Remove quotes from IGNORE line. This will "fix" the port on 4.x, i.e.

it will properly display a message that it does not compile there.

PR:		ports/89010
Submitted by:	Andreas Schulz
Approved by:	maintainer timeout (2 weeks)
This commit is contained in:
Simon Barner 2005-11-28 18:36:40 +00:00
parent 04637af834
commit 4d8981ca54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149820
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ CFLAGS+= -I ${LOCALBASE}/include ${LDFLAGS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= "does not compile (missing va_copy)"
IGNORE= does not compile (missing va_copy)
.endif
pre-patch:

View File

@ -39,7 +39,7 @@ CFLAGS+= -I ${LOCALBASE}/include ${LDFLAGS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= "does not compile (missing va_copy)"
IGNORE= does not compile (missing va_copy)
.endif
pre-patch: