$FreeBSD: ports/cad/leocad/files/patch-Makefile,v 1.1 2002/03/03 00:40:21 petef Exp $ --- 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)