1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Mark BROKEN on 6.X everywhere and on 7.X amd64

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-02-05 20:04:39 +00:00
parent 9ad939f352
commit 9c42dc5f95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249302

View File

@ -88,6 +88,14 @@ CONFIGURE_ARGS+= --without-pulseaudio
EXTRA_PATCHES= ${FILESDIR}/extrapatch-*
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
.if ${OSVERSION} >= 700000 && ${OSVERSION} < 800000 && ${ARCH} == "amd64"
BROKEN= does not compile on amd64/7
.endif
post-extract:
.if ${OSVERSION} < 800000
${CP} ${FILESDIR}/getline.* ${WRKSRC}/src