freebsd-ports/cad/leocad/files/patch-Makefile
Pete Fritchman 0eedcf658b Add leocad 0.73, a CAD program that uses bricks similar to those
found in many toys.

PR:		35231
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-03-03 00:40:21 +00:00

13 lines
305 B
Text

$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)