diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-03 00:40:21 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-03 00:40:21 +0000 |
commit | 0eedcf658bae66757158f61624c404a42630d710 (patch) | |
tree | 80cf3ee767423d1a6dd42a38b37900d86e64079c /cad/leocad/files/patch-Makefile | |
parent | Fix 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-Makefile | 13 |
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) |