pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/cpuminer



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:13:22 UTC 2023

Modified Files:
        pkgsrc/finance/cpuminer: Makefile

Log Message:
cpuminer: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/finance/cpuminer/Makefile

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

Modified files:

Index: pkgsrc/finance/cpuminer/Makefile
diff -u pkgsrc/finance/cpuminer/Makefile:1.21 pkgsrc/finance/cpuminer/Makefile:1.22
--- pkgsrc/finance/cpuminer/Makefile:1.21       Wed Apr 19 08:09:56 2023
+++ pkgsrc/finance/cpuminer/Makefile    Mon Jun 26 09:13:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/04/19 08:09:56 adam Exp $
+# $NetBSD: Makefile,v 1.22 2023/06/26 09:13:22 jperkin Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 PKGNAME=       cpuminer-2.5.1
@@ -16,6 +16,8 @@ LICENSE=      gnu-gpl-v2
 GNU_CONFIGURE= yes
 USE_TOOLS+=    autoconf autoheader automake
 
+LDFLAGS.SunOS+=        -lsocket
+
 RCD_SCRIPTS=   minerd
 
 CONF_FILES+=   ${PREFIX}/share/examples/cpuminer/minerd.conf \



Home | Main Index | Thread Index | Old Index