diff options
Diffstat (limited to 'devel/hdf/patches/patch-ad')
-rw-r--r-- | devel/hdf/patches/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hdf/patches/patch-ad b/devel/hdf/patches/patch-ad index 1bf4a295fea..72143292f62 100644 --- a/devel/hdf/patches/patch-ad +++ b/devel/hdf/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.2 2001/03/09 22:47:44 jtb Exp $ +$NetBSD: patch-ad,v 1.3 2001/03/19 13:37:29 dmcmahill Exp $ --- /dev/null Fri Mar 9 22:24:17 2001 +++ hdf/src/Makefile @@ -18,7 +18,7 @@ $NetBSD: patch-ad,v 1.2 2001/03/09 22:47:44 jtb Exp $ + +CPPFLAGS+= -Dunix -DMEM_LIST ${JPEGINC} ${F2CINC} + -+.if (${MACHINE_ARCH} == "alpha") ++.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") +CPPFLAGS+= -DBIG_LONGS +.endif + |