summaryrefslogtreecommitdiff
path: root/comms/pilot-link-libs
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-25 18:41:19 +0000
committertv <tv@pkgsrc.org>2005-01-25 18:41:19 +0000
commitfc4476a027c9fc78e5756ba9918f2d7a6ee0b71c (patch)
treeddfc0208e237572fe2ca56744f12423f8e4b519e /comms/pilot-link-libs
parentd3ce098fd00d798ce23874cf7860d68bcda83383 (diff)
downloadpkgsrc-fc4476a027c9fc78e5756ba9918f2d7a6ee0b71c.tar.gz
Make sure libpisock is linked with -lm -- should fix compilation of
dependents that previously died because ldexp(), frexp() were unavailable.
Diffstat (limited to 'comms/pilot-link-libs')
-rw-r--r--comms/pilot-link-libs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile
index 61b9e048368..451c764d93e 100644
--- a/comms/pilot-link-libs/Makefile
+++ b/comms/pilot-link-libs/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:13:16 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/01/25 18:41:20 tv Exp $
#
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Libraries for talking to the 3Com Pilot PDA
CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3]
@@ -19,7 +19,7 @@ BUILD_DIRS+= ${WRKSRC}/libpisock
BUILD_DIRS+= ${WRKSRC}/libpisock++
BUILD_DIRS+= ${WRKSRC}/libpisync
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"