diff options
Diffstat (limited to 'devel/hdf/patches/patch-ae')
-rw-r--r-- | devel/hdf/patches/patch-ae | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/hdf/patches/patch-ae b/devel/hdf/patches/patch-ae index ef84211a3d2..f25f350c3f7 100644 --- a/devel/hdf/patches/patch-ae +++ b/devel/hdf/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.4 2001/04/19 00:56:34 jtb Exp $ +$NetBSD: patch-ae,v 1.5 2002/05/03 23:14:52 jtb Exp $ ---- /dev/null Thu Apr 19 00:39:33 2001 -+++ hdf/util/Makefile +--- /dev/null Wed May 1 14:04:01 2002 ++++ hdf/util/Makefile Wed May 1 14:07:48 2002 @@ -0,0 +1,82 @@ +UTILS= hdf24to8 hdfcomp hdfed hdfls hdfpack hdftopal hdftor8 \ + paltohdf r8tohdf ristosds vmake vshow hdf8to24 \ @@ -14,10 +14,10 @@ $NetBSD: patch-ae,v 1.4 2001/04/19 00:56:34 jtb Exp $ + +CPPFLAGS+= -Dunix +CPPFLAGS+= -I${.CURDIR}/../src -+CPPFLAGS+= -I${JPEGBASE}/include + +LDFLAGS+= -L${.CURDIR}/../src -+LDFLAGS+= -Wl,-R${JPEGBASE}/lib -L${JPEGBASE}/lib ++LDFLAGS+= -Wl,-R${BUILDLINK_PREFIX.jpeg}/lib ++LDFLAGS+= -Wl,-R${BUILDLINK_PREFIX.zlib}/lib + +LDADD+= -ldf -ljpeg -lz + |