summaryrefslogtreecommitdiffstats
path: root/cad/leocad/files/patch-Makefile
blob: 3813b5e2b418a1ed693d66318f8472bb3800c0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- Makefile.orig	Sun Jan 27 15:58:14 2002
+++ Makefile	Sun Jan 27 15:58:41 2002
@@ -38,7 +38,7 @@
 static: bin/leocad.static
 
 bin/leocad: $(OBJ) bin
-	$(CXX) -o $@ $(OBJ) $(LIBS)
+	$(CXX) -o $@ $(OBJ) $(LIBS) ${LDFLAGS}
 
 bin/leocad.static: $(OBJ) bin
 	$(CXX) -static -o $@ $(OBJ) $(LIBS)
OpenPOWER on IntegriCloud