Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E67761A9239 for ; Fri, 14 Jan 2022 18:17:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 266C384D6C; Fri, 14 Jan 2022 18:17:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6024D84CBC for ; Fri, 14 Jan 2022 18:17:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7O3aj7RpO7qq for ; Fri, 14 Jan 2022 18:17:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B578584C13 for ; Fri, 14 Jan 2022 18:17:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADAB5FB24; Fri, 14 Jan 2022 18:17:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642184243255430" MIME-Version: 1.0 Date: Fri, 14 Jan 2022 18:17:23 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/tigervnc To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220114181723.ADAB5FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642184243255430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Jan 14 18:17:23 UTC 2022 Modified Files: pkgsrc/net/tigervnc: Makefile Log Message: tigervnc: add LDFLAGS.SunOS (PR pkg/56627) To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/tigervnc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642184243255430 Content-Disposition: inline Content-Length: 716 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tigervnc/Makefile diff -u pkgsrc/net/tigervnc/Makefile:1.48 pkgsrc/net/tigervnc/Makefile:1.49 --- pkgsrc/net/tigervnc/Makefile:1.48 Fri Jan 14 13:44:37 2022 +++ pkgsrc/net/tigervnc/Makefile Fri Jan 14 18:17:23 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2022/01/14 13:44:37 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2022/01/14 18:17:23 tnn Exp $ DISTNAME= tigervnc-1.12.0 PKGNAME= ${DISTNAME}.1.20.13 @@ -39,6 +39,7 @@ CMAKE_ARGS+= CMAKE_INSTALL_SYSCONFDIR=$ CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE LDFLAGS+= ${BUILDLINK_LDADD.gettext} +LDFLAGS.SunOS+= -lsocket -lnsl CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix" OVERRIDE_GNU_CONFIG_SCRIPTS= yes --_----------=_1642184243255430--