diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-27 16:39:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-27 17:13:31 +0100 |
commit | 87b2e40da0525fd89e85597d3b0f54e6c2256843 (patch) | |
tree | 4c21b5364e47eefed69c44c32c89369b9379de47 /media-gfx/mandelbulber/files | |
parent | media-video/tsmuxer: EAPI 6 (diff) | |
download | gentoo-87b2e40da0525fd89e85597d3b0f54e6c2256843.tar.gz gentoo-87b2e40da0525fd89e85597d3b0f54e6c2256843.tar.bz2 gentoo-87b2e40da0525fd89e85597d3b0f54e6c2256843.zip |
media-gfx/mandelbulber: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-gfx/mandelbulber/files')
-rw-r--r-- | media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch b/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch deleted file mode 100644 index 6fea9525cfe1..000000000000 --- a/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- mandelbulber1.21-1.orig/makefiles/makefile -+++ mandelbulber1.21-1.orig/makefiles/makefile -@@ -5,6 +5,7 @@ - -include ../makefile.init - - RM := rm -rf -+CXX ?= g++ - - # All of the sources participating in the build are defined here - -include sources.mk -@@ -44,7 +45,7 @@ - mandelbulber: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: GCC C++ Linker' -- g++ -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(OBJS) $(USER_OBJS) $(LIBS) -+ $(CXX) -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - ---- mandelbulber1.21-1.orig/makefiles/src/subdir.mk -+++ mandelbulber1.21-1.orig/makefiles/src/subdir.mk -@@ -71,7 +71,7 @@ - src/%.o: ../src/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: GCC C++ Compiler' -- g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" $(CXXFLAGS) $(CPPFLAGS) -o"$@" "$<" -+ $(CXX) -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" $(CXXFLAGS) $(CPPFLAGS) -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - |