summaryrefslogtreecommitdiff
path: root/cad/leocad/files/patch-Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-03 00:40:21 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-03 00:40:21 +0000
commit0eedcf658bae66757158f61624c404a42630d710 (patch)
tree80cf3ee767423d1a6dd42a38b37900d86e64079c /cad/leocad/files/patch-Makefile
parentFix dependency of pth and fix jdk paths (diff)
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>
Notes
Notes: svn path=/head/; revision=55432
Diffstat (limited to 'cad/leocad/files/patch-Makefile')
-rw-r--r--cad/leocad/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/leocad/files/patch-Makefile b/cad/leocad/files/patch-Makefile
new file mode 100644
index 000000000000..3813b5e2b418
--- /dev/null
+++ b/cad/leocad/files/patch-Makefile
@@ -0,0 +1,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)