aboutsummaryrefslogtreecommitdiff
path: root/science/szip
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-24 19:49:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-24 19:49:30 +0000
commitfe65c1a9beda37eef67fa5a999024fe23b701a97 (patch)
tree72351edd9a436e1f8c9b0d0b7e02f01ce8415fc7 /science/szip
parent73f37174ff0480033892bafe9c0e7ea535de1a90 (diff)
downloadports-fe65c1a9beda37eef67fa5a999024fe23b701a97.tar.gz
ports-fe65c1a9beda37eef67fa5a999024fe23b701a97.zip
- Fix build
PR: 129788 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=224705
Diffstat (limited to 'science/szip')
-rw-r--r--science/szip/Makefile3
1 files changed, 3 insertions, 0 deletions
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)