Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/numptyphysics/files/
Date: Sat, 28 Nov 2015 07:39:07
Message-Id: 1448696293.fe349ba006d0bbbebceb193900c2f07571cc7692.mr_bones_@gentoo
1 commit: fe349ba006d0bbbebceb193900c2f07571cc7692
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 07:37:45 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 07:38:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe349ba0
7
8 update patch to mesh with upstream
9
10 Package-Manager: portage-2.2.20.1
11
12 .../numptyphysics/files/numptyphysics-9999-gentoo.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/games-puzzle/numptyphysics/files/numptyphysics-9999-gentoo.patch b/games-puzzle/numptyphysics/files/numptyphysics-9999-gentoo.patch
16 index 25b4475..22b5798 100644
17 --- a/games-puzzle/numptyphysics/files/numptyphysics-9999-gentoo.patch
18 +++ b/games-puzzle/numptyphysics/files/numptyphysics-9999-gentoo.patch
19 @@ -52,21 +52,6 @@ diff -ru numptyphysics-9999.orig/mk/silent.mk numptyphysics-9999/mk/silent.mk
20 + SILENTMSG := @echo -e
21 SILENTCMD := @
22 endif
23 -diff -ru numptyphysics-9999.orig/platform/gl/gl.mk numptyphysics-9999/platform/gl/gl.mk
24 ---- numptyphysics-9999.orig/platform/gl/gl.mk 2015-11-25 22:27:36.172864469 -0500
25 -+++ numptyphysics-9999/platform/gl/gl.mk 2015-11-25 22:28:12.925578842 -0500
26 -@@ -3,9 +3,9 @@
27 - LIBS += -framework OpenGL
28 - else
29 - ifneq ($(wildcard $(patsubst %,%/libGL.so.1,/usr/lib /usr/lib64 /usr/lib/*)),)
30 --add_pkgconfig(gl)
31 -+$(eval $(call add_pkgconfig,gl))
32 - else
33 --add_pkgconfig(glesv2)
34 -+$(eval $(call add_pkgconfig,glesv2))
35 - CFLAGS += -DUSE_OPENGL_ES
36 - CXXFLAGS += -DUSE_OPENGL_ES
37 - endif
38 diff -ru numptyphysics-9999.orig/src/Os.cpp numptyphysics-9999/src/Os.cpp
39 --- numptyphysics-9999.orig/src/Os.cpp 2015-11-25 22:27:36.183864084 -0500
40 +++ numptyphysics-9999/src/Os.cpp 2015-11-25 22:29:17.177331313 -0500