Received: by mail.netbsd.org (Postfix, from userid 605) id 54A0884D64; Sun, 30 Sep 2018 06:58:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97FC484D54 for ; Sun, 30 Sep 2018 06:58:34 +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 cZobH7RQ9iw3 for ; Sun, 30 Sep 2018 06:58:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EA55284CDA for ; Sun, 30 Sep 2018 06:58:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE2A8FBEE; Sun, 30 Sep 2018 06:58:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15382907131910" MIME-Version: 1.0 Date: Sun, 30 Sep 2018 06:58:33 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/lang/racket To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20180930065833.DE2A8FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15382907131910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sun Sep 30 06:58:33 UTC 2018 Modified Files: pkgsrc/lang/racket: Makefile Log Message: racket: fix SunOS build To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/lang/racket/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15382907131910 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/racket/Makefile diff -u pkgsrc/lang/racket/Makefile:1.70 pkgsrc/lang/racket/Makefile:1.71 --- pkgsrc/lang/racket/Makefile:1.70 Tue Jul 24 12:22:07 2018 +++ pkgsrc/lang/racket/Makefile Sun Sep 30 06:58:33 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2018/07/24 12:22:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.71 2018/09/30 06:58:33 wiedi Exp $ PKGNAME= racket-6.12 DISTNAME= ${PKGNAME_NOREV}-src @@ -32,6 +32,7 @@ USE_TOOLS= pkg-config gmake UNLIMIT_RESOURCES= datasize MAKE_ENV+= "PAXCTL=${TOOLS_PLATFORM.paxctl}" +CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS LDFLAGS.DragonFly+= -rdynamic CHECK_INTERPRETER_SKIP= collects/meta/build/sitemap/setup.py \ --_----------=_15382907131910--