pkgsrc-WIP-changes archive

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

fastq-trim: Add LDFLAGS.SunOS for herror()



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Oct 28 08:04:04 2022 -0500
Changeset:	48a634c145e00cb7b4650b13dca1385a4274e3b9

Modified Files:
	fastq-trim/Makefile

Log Message:
fastq-trim: 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=48a634c145e00cb7b4650b13dca1385a4274e3b9

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

diffstat:
 fastq-trim/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/fastq-trim/Makefile b/fastq-trim/Makefile
index 9dddab2dd7..953dcbbeb9 100644
--- a/fastq-trim/Makefile
+++ b/fastq-trim/Makefile
@@ -17,6 +17,8 @@ LICENSE=	2-clause-bsd
 
 MAKE_ENV=	VERSION=${PKGVERSION}
 
+LDFLAGS.SunOS=	-lresolv
+
 pre-build:
 	(cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
 


Home | Main Index | Thread Index | Old Index