1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

- Mark BROKEN on FreeBSD 4.X; does not compile without warnings, sets -Werror

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-01-06 09:17:54 +00:00
parent b33b4a17d5
commit f12e079a05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152877

View File

@ -37,6 +37,10 @@ MAKEFILE= Makefile.bsd
CFLAGS+= -DX86_64
.endif
.if ${OSVERSION} < 500000
BROKEN= "does not compile"
.endif
do-install:
${ECHO} "#!/bin/sh" > ${WRKDIR}/el
${ECHO} "cd ${DATADIR}; ./el.x86.bsd.bin" >> ${WRKDIR}/el