aboutsummaryrefslogtreecommitdiff
path: root/graphics/mandelbulber/files/patch-makefiles-makefile
blob: 4afc83c42f311aeccf7394b555b7fad1b0869385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 ' '