pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/btget
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 09:19:45 UTC 2023
Modified Files:
pkgsrc/net/btget: Makefile
Log Message:
btget: SunOS needs -lcrypto -lsocket.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/btget/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/btget/Makefile
diff -u pkgsrc/net/btget/Makefile:1.40 pkgsrc/net/btget/Makefile:1.41
--- pkgsrc/net/btget/Makefile:1.40 Wed Apr 19 08:11:01 2023
+++ pkgsrc/net/btget/Makefile Mon Jun 26 09:19:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2023/04/19 08:11:01 adam Exp $
+# $NetBSD: Makefile,v 1.41 2023/06/26 09:19:45 jperkin Exp $
#
DISTNAME= libbt-1.05
@@ -15,6 +15,8 @@ USE_TOOLS+= makedepend
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+LDFLAGS.SunOS+= -lcrypto -lsocket
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
Home |
Main Index |
Thread Index |
Old Index