pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ucspi-proxy



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Nov 27 18:45:54 UTC 2020

Modified Files:
        pkgsrc/net/ucspi-proxy: Makefile

Log Message:
Fix SunOS build: add -lsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ucspi-proxy/Makefile

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

Modified files:

Index: pkgsrc/net/ucspi-proxy/Makefile
diff -u pkgsrc/net/ucspi-proxy/Makefile:1.2 pkgsrc/net/ucspi-proxy/Makefile:1.3
--- pkgsrc/net/ucspi-proxy/Makefile:1.2 Thu Nov 19 09:35:40 2020
+++ pkgsrc/net/ucspi-proxy/Makefile     Fri Nov 27 18:45:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/19 09:35:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/27 18:45:53 schmonz Exp $
 
 DISTNAME=      ucspi-proxy-1.1
 CATEGORIES=    net
@@ -12,6 +12,8 @@ LICENSE=      gnu-gpl-v2
 DJB_MAKE_TARGETS=      no
 INSTALL_ENV+=          install_prefix=${DESTDIR:Q}
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../devel/bglibs/buildlink3.mk"
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index