summaryrefslogtreecommitdiff
blob: 0def9ba95ad047a0f49acf5a954f62fe5b018954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Search our custom $(LIB_DIRS) path before the stuff 
gtk-config injects in $(LIBS).

http://bugs.gentoo.org/94867

--- jscalibrator/Makefile
+++ jscalibrator/Makefile
@@ -132,5 +132,5 @@
 modules: $(OBJ_C) $(OBJ_CPP)
 	@echo  -n "Linking modules..."
-	@$(CPP) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIBS) $(LIB_DIRS)
+	@$(CPP) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIB_DIRS) $(LIBS)
 	@echo -n "   "
 	@-$(LS) $(LSFLAGS) $(BIN)