pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libktorrent



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 13:51:43 UTC 2024

Modified Files:
        pkgsrc/net/libktorrent: Makefile

Log Message:
libktorrent: Add socket libs on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/libktorrent/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libktorrent/Makefile
diff -u pkgsrc/net/libktorrent/Makefile:1.86 pkgsrc/net/libktorrent/Makefile:1.87
--- pkgsrc/net/libktorrent/Makefile:1.86        Thu Nov 14 22:21:11 2024
+++ pkgsrc/net/libktorrent/Makefile     Tue Dec  3 13:51:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2024/11/14 22:21:11 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2024/12/03 13:51:43 jperkin Exp $
 
 DISTNAME=      libktorrent-${KAPPSVER}
 PKGREVISION=   6
@@ -12,6 +12,8 @@ LICENSE=      gnu-gpl-v2
 
 USE_TOOLS+=    msgmerge pkg-config
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../devel/kio/buildlink3.mk"



Home | Main Index | Thread Index | Old Index