pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/blccc



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 03:09:52 UTC 2023

Modified Files:
        pkgsrc/misc/blccc: Makefile

Log Message:
misc/blccc: needs -lsocket -lnsl on Solaris (like everything else)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/misc/blccc/Makefile

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

Modified files:

Index: pkgsrc/misc/blccc/Makefile
diff -u pkgsrc/misc/blccc/Makefile:1.50 pkgsrc/misc/blccc/Makefile:1.51
--- pkgsrc/misc/blccc/Makefile:1.50     Tue Jan  3 17:37:51 2023
+++ pkgsrc/misc/blccc/Makefile  Mon Jan 16 03:09:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2023/01/03 17:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2023/01/16 03:09:52 dholland Exp $
 #
 
 DISTNAME=              blccc-1.99
@@ -20,6 +20,7 @@ EGDIR=                        ${PREFIX}/share/examples/blccc
 INSTALLATION_DIRS=     ${EGDIR}/movies ${EGDIR}/on-demand
 
 CPPFLAGS.SunOS+=       -Du_int16_t=uint16_t -Du_int32_t=uint32_t
+LDFLAGS.SunOS+=                -lsocket -lnsl
 
 .include "../../devel/blib/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index