summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-27 15:03:08 +0000
committerSam James <sam@gentoo.org>2021-03-27 15:34:44 +0000
commit0009f1ea54cb94fc7240a7b63f6dfa56a23eb6f8 (patch)
tree25d5a97751e7dce65b6d8f122fd46a18f758c4b0 /games-puzzle/numptyphysics/files
parentapp-admin/authbind: fix build, *FLAGS patch (diff)
downloadgentoo-0009f1ea54cb94fc7240a7b63f6dfa56a23eb6f8.tar.gz
gentoo-0009f1ea54cb94fc7240a7b63f6dfa56a23eb6f8.tar.bz2
gentoo-0009f1ea54cb94fc7240a7b63f6dfa56a23eb6f8.zip
games-puzzle/numptyphysics: add 0.3.5
I couldn't reproduce the source directory issue with 0.3.4 but we're going to have to clean it up anyway due to the include bug (no point patching it - new version is here!) Closes: https://bugs.gentoo.org/728920 Closes: https://bugs.gentoo.org/723260 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/numptyphysics/files')
-rw-r--r--games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch b/games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch
new file mode 100644
index 000000000000..9a739ed5227c
--- /dev/null
+++ b/games-puzzle/numptyphysics/files/numptyphysics-0.3.5-gentoo.patch
@@ -0,0 +1,13 @@
+diff --git a/makefile b/makefile
+index 8125a48..0ee4942 100644
+--- a/makefile
++++ b/makefile
+@@ -37,7 +37,7 @@ $(OBJECTS): $(GENERATED_HEADERS)
+
+ $(TARGET): $(OBJECTS) $(LOCAL_LIBS)
+ $(SILENTMSG) "\tLD\t$@\n"
+- $(SILENTCMD) $(CXX) -o $@ $^ $(LIBS)
++ $(SILENTCMD) $(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
+
+ clean: $(ADDITIONAL_CLEAN_TARGETS)
+ $(SILENTMSG) "\tCLEAN\n"