Mark BROKEN for current.

scsi.c
This commit is contained in:
Justin M. Seger 1998-10-14 10:41:59 +00:00
parent 55566c43d6
commit f505ad36f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14002

View File

@ -3,7 +3,7 @@
# Date created: 1 May 1997
# Whom: jmz
#
# $Id: Makefile,v 1.9 1998/08/07 23:56:47 asami Exp $
# $Id: Makefile,v 1.10 1998/10/09 10:05:56 asami Exp $
#
DISTNAME= cd-write-1.4
@ -16,6 +16,11 @@ LIB_DEPENDS= tixsam4180.1:${PORTSDIR}/x11-toolkits/tix
WRKSRC= ${WRKDIR}/cd-write
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} >= 300000
BROKEN= scsi.h
.endif
pre-build:
@cd ${WRKSRC}; mv Makefile Makefile~; \
sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile;\