diff options
Diffstat (limited to 'graphics/mandelbulber/files/patch-makefiles-makefile')
-rw-r--r-- | graphics/mandelbulber/files/patch-makefiles-makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/mandelbulber/files/patch-makefiles-makefile b/graphics/mandelbulber/files/patch-makefiles-makefile new file mode 100644 index 000000000000..4afc83c42f31 --- /dev/null +++ b/graphics/mandelbulber/files/patch-makefiles-makefile @@ -0,0 +1,11 @@ +--- 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 ' ' + |