pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/rtorrent
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 10 20:40:53 UTC 2024
Modified Files:
pkgsrc/net/rtorrent: Makefile
Log Message:
rtorrent: Needs -lsocket on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/net/rtorrent/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/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.95 pkgsrc/net/rtorrent/Makefile:1.96
--- pkgsrc/net/rtorrent/Makefile:1.95 Fri Oct 4 09:02:01 2024
+++ pkgsrc/net/rtorrent/Makefile Thu Oct 10 20:40:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2024/10/04 09:02:01 adam Exp $
+# $NetBSD: Makefile,v 1.96 2024/10/10 20:40:53 nia Exp $
DISTNAME= rtorrent-0.10.0
CATEGORIES= net
@@ -37,6 +37,8 @@ CXXFLAGS+= -march=i486
LIBS+= -lexecinfo
.endif
+LIBS.SunOS+= -lsocket
+
INSTALLATION_DIRS= share/examples/rtorrent
post-install:
Home |
Main Index |
Thread Index |
Old Index