pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/pilot-link-libs
Module Name: pkgsrc
Committed By: nros
Date: Sun Sep 25 07:33:14 UTC 2022
Modified Files:
pkgsrc/comms/pilot-link-libs: Makefile
Log Message:
Really make sure libpisock is linked with -lm -- should fix compilation of
dependents that previously died because ldexp(), frexp() were unavailable.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/comms/pilot-link-libs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/pilot-link-libs/Makefile
diff -u pkgsrc/comms/pilot-link-libs/Makefile:1.28 pkgsrc/comms/pilot-link-libs/Makefile:1.29
--- pkgsrc/comms/pilot-link-libs/Makefile:1.28 Mon Aug 31 18:06:45 2020
+++ pkgsrc/comms/pilot-link-libs/Makefile Sun Sep 25 07:33:14 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2020/08/31 18:06:45 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/09/25 07:33:14 nros Exp $
#
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= Libraries for talking to the 3Com Pilot PDA
CONFLICTS+= pilot-link<0.9.5
@@ -18,6 +18,10 @@ CONFIGURE_ENV+= ac_cv_header_inttypes_h
BUILD_DIRS= include libpisock libpisync
+# libpisock uses frexp and ldexp and dependants
+# break during linking due to undefined references
+LIBS+= -lm
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index