mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build. PR: 61353 Submitted By: Michael Ranner
This commit is contained in:
parent
716bc6aa4a
commit
3b993e3888
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98206
@ -29,6 +29,10 @@ PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(/usr/include/sys/scsiio.h)
|
||||
.error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it.
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
# amanda-server part
|
||||
|
@ -29,6 +29,10 @@ PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(/usr/include/sys/scsiio.h)
|
||||
.error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it.
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
# amanda-server part
|
||||
|
@ -29,6 +29,10 @@ PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(/usr/include/sys/scsiio.h)
|
||||
.error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it.
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
# amanda-server part
|
||||
|
@ -29,6 +29,10 @@ PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(/usr/include/sys/scsiio.h)
|
||||
.error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it.
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
# amanda-server part
|
||||
|
Loading…
Reference in New Issue
Block a user