Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4F0B97A2B2 for ; Sun, 19 Jun 2016 23:02:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 030AC85EFB; Sun, 19 Jun 2016 23:02:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88B2485E63 for ; Sun, 19 Jun 2016 23:02:07 +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 Vc26KafQwPUn for ; Sun, 19 Jun 2016 23:02:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EB18884CE5 for ; Sun, 19 Jun 2016 23:02:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9058FBB5; Sun, 19 Jun 2016 23:02:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466377326279310" MIME-Version: 1.0 Date: Sun, 19 Jun 2016 23:02:06 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/games/pmars To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20160619230206.E9058FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1466377326279310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Jun 19 23:02:06 UTC 2016 Modified Files: pkgsrc/games/pmars: Makefile Log Message: Also specify the directory for ld itself to check for libX11. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/pmars/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466377326279310 Content-Disposition: inline Content-Length: 750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/pmars/Makefile diff -u pkgsrc/games/pmars/Makefile:1.2 pkgsrc/games/pmars/Makefile:1.3 --- pkgsrc/games/pmars/Makefile:1.2 Sat Jun 11 21:23:28 2016 +++ pkgsrc/games/pmars/Makefile Sun Jun 19 23:02:06 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/06/11 21:23:28 kamil Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/19 23:02:06 joerg Exp $ # DISTNAME= pmars-0.9.2 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 BUILD_DIRS= src BUILD_MAKE_FLAGS+= CC=${CC:Q} -BUILD_MAKE_FLAGS+= LIB="${COMPILER_RPATH_FLAG}${X11BASE}/lib -lX11" +BUILD_MAKE_FLAGS+= LIB="${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib -lX11" INSTALLATION_DIRS+= bin share/pmars share/pmars/config share/pmars/warriors ${PKGMANDIR}/man6 --_----------=_1466377326279310--