pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/snac



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 13:45:15 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile

Log Message:
snac: Add socket libs on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/snac/Makefile

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

Modified files:

Index: pkgsrc/www/snac/Makefile
diff -u pkgsrc/www/snac/Makefile:1.24 pkgsrc/www/snac/Makefile:1.25
--- pkgsrc/www/snac/Makefile:1.24       Wed Nov 27 23:21:24 2024
+++ pkgsrc/www/snac/Makefile    Tue Dec  3 13:45:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2024/11/27 23:21:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2024/12/03 13:45:15 jperkin Exp $
 
 DISTNAME=              snac-2.65
 CATEGORIES=            www
@@ -13,6 +13,7 @@ LICENSE=              mit
 WRKSRC=                        ${WRKDIR}/snac2
 
 LDFLAGS.NetBSD+=       -lrt
+LDFLAGS.SunOS+=                -lsocket -lnsl
 
 INSTALL_MAKE_FLAGS+=   PREFIX=${DESTDIR:Q}${PREFIX:Q}
 INSTALL_MAKE_FLAGS+=   PREFIX_MAN=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}



Home | Main Index | Thread Index | Old Index