diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-01-15 16:01:42 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-01-15 16:01:42 +0000 |
commit | 3b993e3888622463ba25f615a8963691dd62bae1 (patch) | |
tree | f16216680d738f3be23f4484549a7c4e79a01cf0 /misc/amanda-server | |
parent | - Update to 0.44.2 (diff) |
Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build.
PR: 61353
Submitted By: Michael Ranner
Notes
Notes:
svn path=/head/; revision=98206
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 76f3ee885019..cb0eb76f2e57 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-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 |