From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE5881382C5 for ; Wed, 21 Apr 2021 02:10:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A04E0874; Wed, 21 Apr 2021 02:10:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E789FE0874 for ; Wed, 21 Apr 2021 02:10:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A06B335DB6 for ; Wed, 21 Apr 2021 02:10:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09C5F720 for ; Wed, 21 Apr 2021 02:10:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618970966.010b95939b9a4901ae41e1cee0525ecb948dc371.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lablgl/files/lablgl-1.06-makefile.patch X-VCS-Directories: dev-ml/lablgl/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 010b95939b9a4901ae41e1cee0525ecb948dc371 X-VCS-Branch: master Date: Wed, 21 Apr 2021 02:10:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb752852-67ea-4f4b-b44d-64eaf0032d42 X-Archives-Hash: 4826a8d7dde75139fc8b04d1728515ea commit: 010b95939b9a4901ae41e1cee0525ecb948dc371 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 00:09:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 02:09:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010b9593 dev-ml/lablgl: clean up patches Signed-off-by: Sam James gentoo.org> dev-ml/lablgl/files/lablgl-1.06-makefile.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/lablgl/files/lablgl-1.06-makefile.patch b/dev-ml/lablgl/files/lablgl-1.06-makefile.patch index 36a1051a27b..1e336872ad5 100644 --- a/dev-ml/lablgl/files/lablgl-1.06-makefile.patch +++ b/dev-ml/lablgl/files/lablgl-1.06-makefile.patch @@ -1,7 +1,7 @@ Make sure install dir exists before copying file to it. ---- lablgl-1.06/LablGlut/src/Makefile -+++ lablgl-1.06/LablGlut/src/Makefile +--- a/LablGlut/src/Makefile ++++ b/LablGlut/src/Makefile @@ -68,6 +68,7 @@ cd "$(INSTALLDIR)" && $(RANLIB) liblablglut$(XA) @if test -f dlllablglut$(XS); then $(MAKE) installdll; \