pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/bedtools



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 17:21:15 UTC 2023

Modified Files:
        pkgsrc/biology/bedtools: Makefile

Log Message:
bedtools: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/biology/bedtools/Makefile

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

Modified files:

Index: pkgsrc/biology/bedtools/Makefile
diff -u pkgsrc/biology/bedtools/Makefile:1.3 pkgsrc/biology/bedtools/Makefile:1.4
--- pkgsrc/biology/bedtools/Makefile:1.3        Thu Jun 30 11:18:04 2022
+++ pkgsrc/biology/bedtools/Makefile    Mon Jun 26 17:21:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/06/30 11:18:04 nia Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/26 17:21:15 jperkin Exp $
 
 DISTNAME=      bedtools-2.30.0
 PKGREVISION=   1
@@ -17,6 +17,8 @@ USE_TOOLS+=   bash:test gmake
 REPLACE_SH+=   scripts/vcfsort.sh
 REPLACE_PYTHON=        scripts/makeBashScripts.py
 
+LDFLAGS.SunOS+=        -lsocket
+
 SUBST_CLASSES+=                pybin
 SUBST_STAGE.pybin=     pre-configure
 SUBST_SED.pybin=       -e 's|python|${PYTHONBIN}|g'



Home | Main Index | Thread Index | Old Index