diff options
author | jeh <jeh@FreeBSD.org> | 2004-01-15 16:01:42 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-01-15 16:01:42 +0000 |
commit | ecff84a2268af02f8af757c6ec55f5fb46d01edf (patch) | |
tree | 3c57a6199e51ac52d8c8ed5dfe82705a6962077f /misc/amanda26-server | |
parent | fd8065e3ac68598644fc6ac18a9f58dd7b4605bb (diff) | |
download | FreeBSD-ports-ecff84a2268af02f8af757c6ec55f5fb46d01edf.zip FreeBSD-ports-ecff84a2268af02f8af757c6ec55f5fb46d01edf.tar.gz |
Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build.
PR: 61353
Submitted By: Michael Ranner
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r-- | misc/amanda26-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 76f3ee8..cb0eb76 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -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 |