diff options
Diffstat (limited to 'devel/hdf/patches/patch-ah')
-rw-r--r-- | devel/hdf/patches/patch-ah | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/hdf/patches/patch-ah b/devel/hdf/patches/patch-ah index 39d1e5a3308..e6303e38563 100644 --- a/devel/hdf/patches/patch-ah +++ b/devel/hdf/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.1.1.1 2001/02/28 22:18:41 jtb Exp $ +$NetBSD: patch-ah,v 1.2 2001/03/09 22:47:44 jtb Exp $ ---- /dev/null Wed Feb 28 13:48:26 2001 +--- /dev/null Fri Mar 9 22:24:34 2001 +++ mfhdf/dumper/Makefile -@@ -0,0 +1,19 @@ +@@ -0,0 +1,20 @@ +PROG= hdp + +SRCS= hdp.c hdp_list.c hdp_sds.c hdp_util.c hdp_vd.c hdp_vg.c \ @@ -20,5 +20,6 @@ $NetBSD: patch-ah,v 1.1.1.1 2001/02/28 22:18:41 jtb Exp $ +CPPFLAGS+= -Dunix @SWAP@ -I${.CURDIR}/../libsrc -I${.CURDIR}/../../hdf/src + +NOMAN= 1 ++NOGCCERROR= 1 + +.include <bsd.prog.mk> |