diff options
author | tv <tv> | 2005-01-25 18:41:19 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-25 18:41:19 +0000 |
commit | 1092cd700d9587b85a6557b64a7a8bfde301a824 (patch) | |
tree | ddfc0208e237572fe2ca56744f12423f8e4b519e /comms/pilot-link-libs | |
parent | a29ca7d50ef72b1b769cd7cc34b37dcd0b88aa39 (diff) | |
download | pkgsrc-1092cd700d9587b85a6557b64a7a8bfde301a824.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/Makefile | 6 |
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" |