diff options
author | tron <tron@pkgsrc.org> | 2001-12-20 11:24:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-20 11:24:07 +0000 |
commit | b091c21c32f2aefd186e75946f4b6eb359eba17e (patch) | |
tree | f49aaac379cdc74f54ac15e3aa98e7c1934da244 /devel/libscsi/patches | |
parent | d96758e2e7f5c8b816bb0a3c7a76505c776f0b58 (diff) | |
download | pkgsrc-b091c21c32f2aefd186e75946f4b6eb359eba17e.tar.gz |
Fix build problem under NetBSD-current.
Diffstat (limited to 'devel/libscsi/patches')
-rw-r--r-- | devel/libscsi/patches/patch-ab | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/libscsi/patches/patch-ab b/devel/libscsi/patches/patch-ab index 103a2e3b978..d8adf5ac855 100644 --- a/devel/libscsi/patches/patch-ab +++ b/devel/libscsi/patches/patch-ab @@ -1,23 +1,21 @@ -$NetBSD: patch-ab,v 1.4 1999/12/01 10:19:55 fredb Exp $ +$NetBSD: patch-ab,v 1.5 2001/12/20 11:24:07 tron Exp $ ---- Makefile.orig Wed Feb 18 08:43:00 1998 -+++ Makefile Sat Sep 18 09:27:26 1999 -@@ -4,7 +4,13 @@ +--- Makefile.orig Wed Feb 18 15:43:00 1998 ++++ Makefile Thu Dec 20 12:22:50 2001 +@@ -4,7 +4,11 @@ #CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys SRCS= scsi.c -MAN3= scsi.3 +NOLINT= 1 + -+.include <bsd.man.mk> -+ +MANINSTALL= maninstall catinstall + +MAN+= scsi.3 MLINKS+=scsi.3 scsireq_buff_decode.3 scsi.3 scsireq_build.3 \ scsi.3 scsireq_decode.3 scsi.3 scsireq_encode.3 \ -@@ -14,8 +20,8 @@ +@@ -14,8 +18,8 @@ scsi.3 scsi_debug_output.3 beforeinstall: |