diff options
Diffstat (limited to 'graphics/mandelbulber/files/patch-makefiles-makefile')
-rw-r--r-- | graphics/mandelbulber/files/patch-makefiles-makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/mandelbulber/files/patch-makefiles-makefile b/graphics/mandelbulber/files/patch-makefiles-makefile deleted file mode 100644 index 4afc83c42f31..000000000000 --- a/graphics/mandelbulber/files/patch-makefiles-makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- makefiles/makefile.orig 2012-12-02 20:22:54.000000000 +0400 -+++ makefiles/makefile 2012-12-13 01:08:10.313933225 +0400 -@@ -44,7 +44,7 @@ - mandelbulber: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: GCC C++ Linker' -- g++ -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(OBJS) $(USER_OBJS) $(LIBS) -+ $(CXX) -o"mandelbulber" -L$(LOCALBASE)/lib $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - |