pkgsrc-WIP-changes archive

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

fasda: Add LDFLAGS.SunOS for herror()



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed Oct 26 11:58:10 2022 -0500
Changeset:	e0ecc9cbb9bf0d8b36ee6ec236470830eeda5fbe

Modified Files:
	fasda/Makefile

Log Message:
fasda: Add LDFLAGS.SunOS for herror()

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0ecc9cbb9bf0d8b36ee6ec236470830eeda5fbe

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

diffstat:
 fasda/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/fasda/Makefile b/fasda/Makefile
index fb804043ae..17e8f4bbc8 100644
--- a/fasda/Makefile
+++ b/fasda/Makefile
@@ -15,6 +15,8 @@ HOMEPAGE=	https://github.com/auerlab/fasda
 COMMENT=	Fast and simple differential analysis
 LICENSE=	2-clause-bsd
 
+LDFLAGS.SunOS+=	-lresolv
+
 pre-build:
 	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
 


Home | Main Index | Thread Index | Old Index