From cb7dcf22e1e5af35b96a9b9d0f9a0bdf6cd019b7 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 24 Dec 2008 19:49:30 +0000 Subject: - Fix build PR: 129788 Submitted by: Wen Heping (maintainer) Reported by: pointyhat --- science/szip/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'science/szip') diff --git a/science/szip/Makefile b/science/szip/Makefile index 7dcfa0e0d610..683079cea6fa 100644 --- a/science/szip/Makefile +++ b/science/szip/Makefile @@ -7,6 +7,7 @@ PORTNAME= szip PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= science archivers MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/:src \ http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc @@ -22,6 +23,8 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes DOCFILE= Release_notes_2_0.pdf +LDFLAGS+= -lm +CONFIGURE_ARGS+= LDFLAGS="${LDFLAGS}" post-install: .if !defined(NOPORTDOCS) -- cgit