diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 13:37:28 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-19 13:37:28 +0000 |
commit | decdd8fbf29b080dc22d432f733c53e2e032028c (patch) | |
tree | 5f79cf3cb2b1c5ef32670c3e5db2f5319bb2613b /devel/hdf/patches/patch-ad | |
parent | cbfdadd52faf9f9a781fda909946ef189d800eaf (diff) | |
download | pkgsrc-decdd8fbf29b080dc22d432f733c53e2e032028c.tar.gz |
- add missing $ in front of ${JPEGBASE}
- sparc64 is also 64bit
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 + |