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:
parent
04637af834
commit
4d8981ca54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149820
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user